Remove scope notified annotations
authorJohan Dahlin <johan@gnome.org>
Thu, 3 Dec 2009 10:07:56 +0000 (08:07 -0200)
committerJohan Dahlin <johan@gnome.org>
Thu, 3 Dec 2009 10:10:39 +0000 (08:10 -0200)
It's no longer necessary as the scanner figures out these
by itself

gir/glib-2.0.c

index 56fb8bb..af57baa 100644 (file)
 
 /**
  * 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
  */