diff options
author | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2010-09-11 17:01:55 +0200 |
---|---|---|
committer | Tomeu Vizoso <tomeu.vizoso@collabora.co.uk> | 2010-09-11 17:02:23 +0200 |
commit | 259d67ce47be3dc28ba16260f4ffc96530dae636 (patch) | |
tree | 4b04ce19ccdf617fa8a2e2b16f0494b6bfe3c0ae /gir | |
parent | 920512de3fb9bfefffadb454308d66eca9c9ebd4 (diff) | |
download | gobject-introspection-259d67ce47be3dc28ba16260f4ffc96530dae636.tar.gz |
Add annotation for g_variant_get_string
Diffstat (limited to 'gir')
-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 99563daa..e86668dc 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -218,6 +218,12 @@ */ /** + * g_variant_get_string: + * @length: (allow-none) (default NULL) (out): + * @returns: + */ + +/** * g_get_language_names: * @returns: (array zero-terminated=1) (transfer none): */ |