From: Sebastian Dröge Date: Tue, 7 Aug 2012 08:46:17 +0000 (+0200) Subject: bus: Add allow-none to the function argument of gst_bus_set_sync_handler() X-Git-Tag: RELEASE-0.11.93~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=314eec4ca60b6f0da6532a78ea0869937647af3b;p=platform%2Fupstream%2Fgstreamer.git bus: Add allow-none to the function argument of gst_bus_set_sync_handler() https://bugzilla.gnome.org/show_bug.cgi?id=681139 --- diff --git a/gst/gstbus.c b/gst/gstbus.c index ec37e4f..bd1c209 100644 --- a/gst/gstbus.c +++ b/gst/gstbus.c @@ -664,7 +664,7 @@ gst_bus_peek (GstBus * bus) /** * gst_bus_set_sync_handler: * @bus: a #GstBus to install the handler on - * @func: The handler function to install + * @func: (allow-none): The handler function to install * @user_data: User data that will be sent to the handler function. * @notify: called when @user_data becomes unused *