mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
g-i: Add missing since annotation
This commit is contained in:
parent
a13a681910
commit
6ca33c639e
@ -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