Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rottmann <a.rottmann@gmx.at>2009-03-23 23:19:03 (GMT)
committer Andreas Rottmann <a.rottmann@gmx.at>2009-03-23 23:19:03 (GMT)
commit13601c928d4175f35824d349bf9f93bf2ecdc026 (patch)
treea3d0bfec1d60c37a5292ff7daae9afdb3fc63dcd
parentcf7621f31c6b3eaf29e1da82631a9404f8b1c036 (diff)
Add several GLib annotations
-rw-r--r--gir/glib-2.0.c45
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):
+ */