Add several GLib annotations
authorAndreas Rottmann <a.rottmann@gmx.at>
Mon, 23 Mar 2009 23:19:03 +0000 (00:19 +0100)
committerAndreas Rottmann <a.rottmann@gmx.at>
Mon, 23 Mar 2009 23:19:03 +0000 (00:19 +0100)
gir/glib-2.0.c

index 0fb1c68..b5a8eac 100644 (file)
  * @context: (allow-none):
  */
 
+/**
+ * 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):
+ */