summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooserwidget.c
diff options
context:
space:
mode:
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-10-27 15:38:14 +0000
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>2022-10-27 15:38:14 +0000
commit6ca33c639eca1fb51f519e7a1995fa51e6c2b530 (patch)
tree2439e585d527e6c5bc2d76ee6309e45e8e82e93c /gtk/gtkfilechooserwidget.c
parenta13a681910f383a4ccda23e500f4b5949fb66861 (diff)
downloadgtk+-6ca33c639eca1fb51f519e7a1995fa51e6c2b530.tar.gz
g-i: Add missing since annotation
Diffstat (limited to 'gtk/gtkfilechooserwidget.c')
-rw-r--r--gtk/gtkfilechooserwidget.c7
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,