mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 14:00:09 +00:00
Doc updates
This commit is contained in:
parent
d2a58a39bd
commit
60ec536ce3
@ -1,5 +1,9 @@
|
|||||||
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog):
|
||||||
|
Point out that destroy-with-parent is a bad idea for the dialog
|
||||||
|
passed to this function. (#318943, Christian Persch)
|
||||||
|
|
||||||
* */Makefile.am: use $(GLIB_MKENUMS) instead of
|
* */Makefile.am: use $(GLIB_MKENUMS) instead of
|
||||||
glib-mkenums. (#318582, Damien Carbery)
|
glib-mkenums. (#318582, Damien Carbery)
|
||||||
|
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
2005-10-26 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog):
|
||||||
|
Point out that destroy-with-parent is a bad idea for the dialog
|
||||||
|
passed to this function. (#318943, Christian Persch)
|
||||||
|
|
||||||
* */Makefile.am: use $(GLIB_MKENUMS) instead of
|
* */Makefile.am: use $(GLIB_MKENUMS) instead of
|
||||||
glib-mkenums. (#318582, Damien Carbery)
|
glib-mkenums. (#318582, Damien Carbery)
|
||||||
|
|
||||||
|
@ -2306,7 +2306,7 @@ gtk_file_chooser_button_new_with_backend (const gchar *title,
|
|||||||
*
|
*
|
||||||
* Creates a #GtkFileChooserButton widget which uses @dialog as it's
|
* Creates a #GtkFileChooserButton widget which uses @dialog as it's
|
||||||
* file-picking window. Note that @dialog must be a #GtkFileChooserDialog (or
|
* file-picking window. Note that @dialog must be a #GtkFileChooserDialog (or
|
||||||
* subclass).
|
* subclass) and must not have %GTK_DIALOG_DESTROY_WITH_PARENT set.
|
||||||
*
|
*
|
||||||
* Returns: a new button widget.
|
* Returns: a new button widget.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user