diff options
author | Dan Winship <danw@gnome.org> | 2009-12-09 16:39:43 -0500 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2009-12-09 17:04:32 -0500 |
commit | 6148485ee6f41e334c09938b608e90affb29776f (patch) | |
tree | 76db55233a8916735bcd0248a96941fac5a9d46f /gir/glib-2.0.c | |
parent | b65d598f82d3cbdc56e3a94b42c1472bf3607c69 (diff) | |
download | gobject-introspection-6148485ee6f41e334c09938b608e90affb29776f.tar.gz |
annotate g_completion_complete_utf8GOBJECT_INTROSPECTION_0_6_6
acts as a regression test on the recognizing-GLib.List-inside-glib
part of the previous patch.
https://bugzilla.gnome.org/show_bug.cgi?id=602512
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index d3ffcd52..89bbf2b3 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -130,3 +130,8 @@ * @argvp: (out): (array zero-terminated=1): * @error: */ + +/** + * g_completion_complete_utf8: + * Return value: (element-type utf8) (transfer none): + */ |