forked from AuroraMiddleware/gtk
Fix argument order in docs.
2005-01-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend): Fix argument order in docs.
This commit is contained in:
parent
c223c876c2
commit
5a1da160a3
@ -1,3 +1,8 @@
|
||||
2005-01-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
|
||||
Fix argument order in docs.
|
||||
|
||||
2005-01-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_check_keymap_direction):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
|
||||
Fix argument order in docs.
|
||||
|
||||
2005-01-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_check_keymap_direction):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-01-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_new_with_backend):
|
||||
Fix argument order in docs.
|
||||
|
||||
2005-01-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_check_keymap_direction):
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user