mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
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:
parent
2ec1ac8af0
commit
314eec4ca6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue