mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 05:01:09 +00:00
g-i: Add missing since annotation
This commit is contained in:
parent
4fdeec118a
commit
5ede8dd1eb
@ -454,6 +454,11 @@ gtk_string_list_class_init (GtkStringListClass *class)
|
||||
gobject_class->dispose = gtk_string_list_dispose;
|
||||
gobject_class->set_property = gtk_string_list_set_property;
|
||||
|
||||
/**
|
||||
* GtkStringList:strings:
|
||||
*
|
||||
* Since: 4.10
|
||||
*/
|
||||
g_object_class_install_property (gobject_class, PROP_STRINGS,
|
||||
g_param_spec_boxed ("strings", NULL, NULL,
|
||||
G_TYPE_STRV,
|
||||
|
Loading…
Reference in New Issue
Block a user