diff options
author | Colin Walters <walters@verbum.org> | 2009-06-09 15:51:57 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-06-09 15:51:57 -0400 |
commit | f2a7cf92e8655a1ae9adf18ab7f1ac166a154ba1 (patch) | |
tree | c0a48e0583ba492259a8c539a9356441cc56177b /gir/glib-2.0.c | |
parent | 87db94d98c133998f4f8156719256bbeedfdd5c0 (diff) | |
download | gobject-introspection-f2a7cf92e8655a1ae9adf18ab7f1ac166a154ba1.tar.gz |
Bug 577546 - More annotations for GLib, GObject, Gio
Patch modified from one by Norbert Freese <nf2.email@gmail.com>.
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index c9689652..b372784c 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -1,7 +1,7 @@ /** * g_file_get_contents: - * @contents: (out): - * @length: (out) (allow-none): + * @contents: (out): + * @length: (out) (allow-none): */ /** @@ -13,7 +13,7 @@ * g_thread_init: * @vtable: (allow-none): */ - + /** * g_main_loop_new: * @context: (allow-none): |