mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-09 18:30:08 +00:00
Merge branch 'bilelmoussaoui/file-chooser-gi' into 'main'
g-i: Add missing since annotation See merge request GNOME/gtk!5175
This commit is contained in:
commit
66ec091461
@ -6714,6 +6714,13 @@ gtk_file_chooser_widget_class_init (GtkFileChooserWidgetClass *class)
|
||||
"",
|
||||
GTK_PARAM_READABLE));
|
||||
|
||||
/**
|
||||
* GtkFileChooserWidget:show-time:
|
||||
*
|
||||
* Whether to show the time.
|
||||
*
|
||||
* Since: 4.10
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_SHOW_TIME,
|
||||
g_param_spec_boolean ("show-time", NULL, NULL,
|
||||
FALSE,
|
||||
|
Loading…
Reference in New Issue
Block a user