gobject-introspection r1020 - in trunk: . gir



Author: johan
Date: Mon Jan 12 20:57:02 2009
New Revision: 1020
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=1020&view=rev

Log:
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().



Modified:
   trunk/ChangeLog
   trunk/gir/glib-2.0.c

Modified: trunk/gir/glib-2.0.c
==============================================================================
--- trunk/gir/glib-2.0.c	(original)
+++ trunk/gir/glib-2.0.c	Mon Jan 12 20:57:02 2009
@@ -9,3 +9,14 @@
  * Return value: (transfer full):
  */
 
+/**
+* g_thread_init:
+* @vtable: (allow-none):
+*/
+ 
+/**
+ * g_main_loop_new:
+ * @context: (allow-none):
+ */
+
+ 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]