summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Schönfeld <kaffeetisch@gmx.de>2010-03-20 12:55:36 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-20 12:57:29 +0000
commit9b6843092a716207393ca990bf0235ff6b6771ce (patch)
treef4723b4de0c23117b736d43de8ad9a6b85e9419d
parent90f24667d74498409f5b90e313141e890f2be9be (diff)
docs: add Since: tags to gst_x_overlay_handle_event() docs
Fixes #613403.
-rw-r--r--gst-libs/gst/interfaces/xoverlay.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst-libs/gst/interfaces/xoverlay.c b/gst-libs/gst/interfaces/xoverlay.c
index 72f6e6cea..728bfeb1a 100644
--- a/gst-libs/gst/interfaces/xoverlay.c
+++ b/gst-libs/gst/interfaces/xoverlay.c
@@ -441,6 +441,8 @@ gst_x_overlay_expose (GstXOverlay * overlay)
* events are not propagated in the window hierarchy if a client is listening
* for them. This method allows you to disable events handling completely
* from the XOverlay.
+ *
+ * Since: 0.10.12
*/
void
gst_x_overlay_handle_events (GstXOverlay * overlay, gboolean handle_events)