From 5a1da160a36e9bb4f0f7509dcf0d7e40667f0271 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Jan 2005 04:27:02 +0000 Subject: [PATCH] Fix argument order in docs. 2005-01-16 Matthias Clasen * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend): Fix argument order in docs. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkfilechooserdialog.c | 2 +- 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 116417b47e..879fde3496 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-16 Matthias Clasen + + * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend): + Fix argument order in docs. + 2005-01-15 Matthias Clasen * gtk/gtktextview.c (gtk_text_view_check_keymap_direction): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 116417b47e..879fde3496 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2005-01-16 Matthias Clasen + + * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend): + Fix argument order in docs. + 2005-01-15 Matthias Clasen * gtk/gtktextview.c (gtk_text_view_check_keymap_direction): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 116417b47e..879fde3496 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2005-01-16 Matthias Clasen + + * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend): + Fix argument order in docs. + 2005-01-15 Matthias Clasen * gtk/gtktextview.c (gtk_text_view_check_keymap_direction): diff --git a/gtk/gtkfilechooserdialog.c b/gtk/gtkfilechooserdialog.c index 381f87203f..2e990a6f60 100644 --- a/gtk/gtkfilechooserdialog.c +++ b/gtk/gtkfilechooserdialog.c @@ -634,8 +634,8 @@ gtk_file_chooser_dialog_new (const gchar *title, * gtk_file_chooser_dialog_new_with_backend: * @title: Title of the dialog, or %NULL * @parent: Transient parent of the dialog, or %NULL - * @backend: The name of the specific filesystem backend to use. * @action: Open or save mode for the dialog + * @backend: The name of the specific filesystem backend to use. * @first_button_text: stock ID or text to go in the first button, or %NULL * @Varargs: response ID for the first button, then additional (button, id) pairs, ending with %NULL *