mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Revert "bus: skip gst_bus_create_watch as GSource is not introspectable"
This reverts commit 930e36a89b
.
This shouldn't have been pushed, since GSource is now handled
(https://bugzilla.gnome.org/show_bug.cgi?id=657725)
This commit is contained in:
parent
930e36a89b
commit
0cb9ad013a
1 changed files with 1 additions and 1 deletions
|
@ -817,7 +817,7 @@ static GSourceFuncs gst_bus_source_funcs = {
|
|||
};
|
||||
|
||||
/**
|
||||
* gst_bus_create_watch: (skip)
|
||||
* gst_bus_create_watch:
|
||||
* @bus: a #GstBus to create the watch for
|
||||
*
|
||||
* Create watch for this bus. The GSource will be dispatched whenever
|
||||
|
|
Loading…
Reference in a new issue