From d0e94754f02ec5fa4c8efdb02025a043d786a4e3 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 29 Aug 2011 13:52:26 -0300 Subject: [PATCH] introspection: Rename gst_bus_add_watch_full to gst_bus_add_watch https://bugzilla.gnome.org/show_bug.cgi?id=657640 --- gst/gstbus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/gstbus.c b/gst/gstbus.c index ab05af3..00a3612 100644 --- a/gst/gstbus.c +++ b/gst/gstbus.c @@ -860,7 +860,7 @@ gst_bus_add_watch_full_unlocked (GstBus * bus, gint priority, * from @func. * * Returns: The event source id. - * + * Rename to: gst_bus_add_watch * MT safe. */ guint @@ -879,7 +879,7 @@ gst_bus_add_watch_full (GstBus * bus, gint priority, } /** - * gst_bus_add_watch: + * gst_bus_add_watch: (skip) * @bus: a #GstBus to create the watch for * @func: A function to call when a message is received. * @user_data: user data passed to @func. -- 2.7.4