mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 00:58:12 +00:00
docs: add Since: tags to gst_x_overlay_handle_event() docs
Fixes #613403.
This commit is contained in:
parent
90f24667d7
commit
9b6843092a
1 changed files with 2 additions and 0 deletions
|
@ -441,6 +441,8 @@ gst_x_overlay_expose (GstXOverlay * overlay)
|
||||||
* events are not propagated in the window hierarchy if a client is listening
|
* events are not propagated in the window hierarchy if a client is listening
|
||||||
* for them. This method allows you to disable events handling completely
|
* for them. This method allows you to disable events handling completely
|
||||||
* from the XOverlay.
|
* from the XOverlay.
|
||||||
|
*
|
||||||
|
* Since: 0.10.12
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
gst_x_overlay_handle_events (GstXOverlay * overlay, gboolean handle_events)
|
gst_x_overlay_handle_events (GstXOverlay * overlay, gboolean handle_events)
|
||||||
|
|
Loading…
Reference in a new issue