From 13601c928d4175f35824d349bf9f93bf2ecdc026 Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Mon, 23 Mar 2009 23:19:03 +0000 Subject: Add several GLib annotations --- 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): + */ -- cgit v0.9.1