Bug 566404 – Annotations for GLib
authorAndreas Rottmann <a.rottmann@gmx.at>
Mon, 12 Jan 2009 20:57:02 +0000 (20:57 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Mon, 12 Jan 2009 20:57:02 +0000 (20:57 +0000)
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

ChangeLog
gir/glib-2.0.c

index 56eedfa710348baebe28803f25daf42f4131049a..dcb977e9e9c37addd696b86529e0ecf245384134 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,14 @@
+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().
+
 2009-01-12  Johan Dahlin  <jdahlin@async.com.br>
 
         Bug 566419 – Element type of arrays not properly handled in all cases
-       
+
        * giscanner/annotationparser.py:
        * tests/scanner/annotation-1.0-expected.gir:
        * tests/scanner/annotation-1.0-expected.tgir:
index 87b6e8445f43cf3b427f1d45a0c4a8a5bd4d80e9..f41b939dae5ba0dcc55ff35a8197b4edded39dcd 100644 (file)
@@ -9,3 +9,14 @@
  * Return value: (transfer full):
  */
 
+/**
+* g_thread_init:
+* @vtable: (allow-none):
+*/
+/**
+ * g_main_loop_new:
+ * @context: (allow-none):
+ */
+