[gobject-introspection] Add several GLib annotations



commit 13601c928d4175f35824d349bf9f93bf2ecdc026
Author: Andreas Rottmann <a rottmann gmx at>
Date:   Tue Mar 24 00:19:03 2009 +0100

    Add several GLib annotations
---
 gir/glib-2.0.c |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 0fb1c68..b5a8eac 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -20,5 +20,50 @@
  */
 
 /**
+ * g_idle_add_full:
+ * @function: (scope notified):
+ *
+ * Rename to: g_idle_add
+ */
+
+/**
+ * g_child_watch_add_full:
+ * @function: (scope notified):
+ *
+ * Rename to: g_child_watch_add
+ */
+
+/**
+ * g_io_add_watch_full:
+ * @function: (scope notified):
+ *
+ * Rename to: g_io_add_watch
+ */
+
+/**
+ * g_timeout_add_full:
+ * @function: (scope notified):
+ *
+ * Rename to: g_timeout_add
+ */
+
+/**
+ * g_timeout_add_seconds_full:
+ * @function: (scope notified):
+ *
+ * Rename to: g_timeout_add_seconds
+ */
+
+/**
  * GIOCondition: (type bitfield)
  **/
+
+/**
+ * GSourceFunc:
+ * @data: (closure):
+ */
+
+/**
+ * GIOFunc:
+ * @data: (closure):
+ */



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