summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2009-01-12 20:57:02 +0000
committerJohan Dahlin <johan@src.gnome.org>2009-01-12 20:57:02 +0000
commit8f67472d52cabfeb32f7d6b6dc3457a94dda0174 (patch)
treed87f872f08f5d51006b368234efc834e400a016a /gir
parent3e466d06a81200d7ff3a7958b8a5fea52caf5b12 (diff)
downloadgobject-introspection-8f67472d52cabfeb32f7d6b6dc3457a94dda0174.tar.gz
Bug 566404 – Annotations for GLib
2009-01-03 Andreas Rottmann <a.rottmann@gmx.at> Bug 566404 – Annotations for GLib * gir/glib-2.0.c: Added allow-none annotations for g_thread_init() and g_main_loop_new(). svn path=/trunk/; revision=1020
Diffstat (limited to 'gir')
-rw-r--r--gir/glib-2.0.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 87b6e844..f41b939d 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -9,3 +9,14 @@
* Return value: (transfer full):
*/
+/**
+* g_thread_init:
+* @vtable: (allow-none):
+*/
+
+/**
+ * g_main_loop_new:
+ * @context: (allow-none):
+ */
+
+