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:
Emmanuele Bassi 2022-10-27 17:06:22 +00:00
commit 66ec091461

View File

@ -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,