mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
introspection: Rename gst_bus_add_watch_full to gst_bus_add_watch
https://bugzilla.gnome.org/show_bug.cgi?id=657640
This commit is contained in:
parent
61d5670b27
commit
d0e94754f0
1 changed files with 2 additions and 2 deletions
|
@ -860,7 +860,7 @@ gst_bus_add_watch_full_unlocked (GstBus * bus, gint priority,
|
||||||
* from @func.
|
* from @func.
|
||||||
*
|
*
|
||||||
* Returns: The event source id.
|
* Returns: The event source id.
|
||||||
*
|
* Rename to: gst_bus_add_watch
|
||||||
* MT safe.
|
* MT safe.
|
||||||
*/
|
*/
|
||||||
guint
|
guint
|
||||||
|
@ -879,7 +879,7 @@ gst_bus_add_watch_full (GstBus * bus, gint priority,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_bus_add_watch:
|
* gst_bus_add_watch: (skip)
|
||||||
* @bus: a #GstBus to create the watch for
|
* @bus: a #GstBus to create the watch for
|
||||||
* @func: A function to call when a message is received.
|
* @func: A function to call when a message is received.
|
||||||
* @user_data: user data passed to @func.
|
* @user_data: user data passed to @func.
|
||||||
|
|
Loading…
Reference in a new issue