mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
gtkfilechooserwidget: Document missing props
This commit is contained in:
parent
b0e321cfb8
commit
6f85827fcb
@ -6704,11 +6704,21 @@ gtk_file_chooser_widget_class_init (GtkFileChooserWidgetClass *class)
|
|||||||
"quick-bookmark",
|
"quick-bookmark",
|
||||||
"(i)", i);
|
"(i)", i);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GtkFileChooserWidget:search-mode:
|
||||||
|
*
|
||||||
|
* Whether search mode is enabled.
|
||||||
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_SEARCH_MODE,
|
g_object_class_install_property (gobject_class, PROP_SEARCH_MODE,
|
||||||
g_param_spec_boolean ("search-mode", NULL, NULL,
|
g_param_spec_boolean ("search-mode", NULL, NULL,
|
||||||
FALSE,
|
FALSE,
|
||||||
GTK_PARAM_READWRITE));
|
GTK_PARAM_READWRITE));
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GtkFileChooserWidget:subtitle:
|
||||||
|
*
|
||||||
|
* The subtitle of the file chooser widget.
|
||||||
|
*/
|
||||||
g_object_class_install_property (gobject_class, PROP_SUBTITLE,
|
g_object_class_install_property (gobject_class, PROP_SUBTITLE,
|
||||||
g_param_spec_string ("subtitle", NULL, NULL,
|
g_param_spec_string ("subtitle", NULL, NULL,
|
||||||
"",
|
"",
|
||||||
|
Loading…
Reference in New Issue
Block a user