From 0cb9ad013af770bfd48f376c2a5875cecc93676d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 26 Jun 2012 18:22:33 +0100 Subject: [PATCH] Revert "bus: skip gst_bus_create_watch as GSource is not introspectable" This reverts commit 930e36a89bc5c2a0f2e4ab7a73bfa630c1e0336a. This shouldn't have been pushed, since GSource is now handled (https://bugzilla.gnome.org/show_bug.cgi?id=657725) --- gst/gstbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstbus.c b/gst/gstbus.c index 4bdb24f..1a82f54 100644 --- a/gst/gstbus.c +++ b/gst/gstbus.c @@ -817,7 +817,7 @@ static GSourceFuncs gst_bus_source_funcs = { }; /** - * gst_bus_create_watch: (skip) + * gst_bus_create_watch: * @bus: a #GstBus to create the watch for * * Create watch for this bus. The GSource will be dispatched whenever -- 2.7.4