projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ec1ac8
)
bus: Add allow-none to the function argument of gst_bus_set_sync_handler()
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Tue, 7 Aug 2012 08:46:17 +0000
(10:46 +0200)
committer
Sebastian 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
patch
|
blob
|
history
diff --git
a/gst/gstbus.c
b/gst/gstbus.c
index ec37e4fb761f5ba4d7156e103f09758e38dbf14c..bd1c2092f98d18a2433489cf6513601e21b6db77 100644
(file)
--- 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
*