diff options
author | Sebastian Pölsterl <sebp@k-d-w.org> | 2011-04-14 19:12:42 +0200 |
---|---|---|
committer | Sebastian Pölsterl <sebp@k-d-w.org> | 2011-04-15 14:22:49 +0200 |
commit | 29612b2d322ee5d04118e23a67fa2d2c9f0389a7 (patch) | |
tree | bbbd1a9ed52f8924e3f16b3edd4159c2a60427fa /gir/glib-2.0.c | |
parent | 2c6b77cb1a0f2cc220c04ccb3bca738d0292ea3d (diff) | |
download | gobject-introspection-29612b2d322ee5d04118e23a67fa2d2c9f0389a7.tar.gz |
glib-2.0.c: Added annotation for g_variant_new_variant to mark it as constructor
https://bugzilla.gnome.org/show_bug.cgi?id=647796
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 3782db3b..f8f4234d 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -211,6 +211,12 @@ */ /** + * g_variant_new_variant: (constructor) + * @value: + * @returns: + */ + +/** * g_variant_get_strv: * @length: (allow-none): * @returns: (array length=length) (transfer container): |