From 1ca6e6f438b2a77c3fe458157723deb29294fdf8 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 3 Dec 2009 08:07:56 -0200 Subject: Remove scope notified annotations It's no longer necessary as the scanner figures out these by itself --- gir/glib-2.0.c | 5 ----- 1 file changed, 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 */ -- cgit v1.2.1