bus: Add allow-none to the function argument of gst_bus_set_sync_handler()
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 7 Aug 2012 08:46:17 +0000 (10:46 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Tue, 7 Aug 2012 08:46:17 +0000 (10:46 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=681139

gst/gstbus.c

index ec37e4fb761f5ba4d7156e103f09758e38dbf14c..bd1c2092f98d18a2433489cf6513601e21b6db77 100644 (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
  *