summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-03 08:07:56 -0200
committerJohan Dahlin <johan@gnome.org>2009-12-03 08:10:39 -0200
commit1ca6e6f438b2a77c3fe458157723deb29294fdf8 (patch)
tree8c3a9550657b0f3f18695c59e071e46cdae252fb
parentab2f8fcba24bb2a9a1ddd8b08ec9dc8836fcf0b0 (diff)
downloadgobject-introspection-1ca6e6f438b2a77c3fe458157723deb29294fdf8.tar.gz
Remove scope notified annotations
It's no longer necessary as the scanner figures out these by itself
-rw-r--r--gir/glib-2.0.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c
index 56fb8bbf..af57baac 100644
--- a/gir/glib-2.0.c
+++ b/gir/glib-2.0.c
@@ -26,35 +26,30 @@
/**
* 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
*/