diff options
author | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2022-10-27 15:38:14 +0000 |
---|---|---|
committer | Bilal Elmoussaoui <bil.elmoussaoui@gmail.com> | 2022-10-27 15:38:14 +0000 |
commit | 6ca33c639eca1fb51f519e7a1995fa51e6c2b530 (patch) | |
tree | 2439e585d527e6c5bc2d76ee6309e45e8e82e93c /gtk/gtkfilechooserwidget.c | |
parent | a13a681910f383a4ccda23e500f4b5949fb66861 (diff) | |
download | gtk+-6ca33c639eca1fb51f519e7a1995fa51e6c2b530.tar.gz |
g-i: Add missing since annotation
Diffstat (limited to 'gtk/gtkfilechooserwidget.c')
-rw-r--r-- | gtk/gtkfilechooserwidget.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index 08220387d5..bb8c9865c8 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -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, |