bus: Add allow-none to the function argument of gst_bus_set_sync_handler()

https://bugzilla.gnome.org/show_bug.cgi?id=681139
This commit is contained in:
Sebastian Dröge 2012-08-07 10:46:17 +02:00
parent 2ec1ac8af0
commit 314eec4ca6

View file

@ -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
*