gl: Correct invalid comment text

This commit is contained in:
Hyunjun Ko 2014-11-11 17:04:48 +09:00 committed by Tim-Philipp Müller
parent 56c9d7f111
commit db6ea1b3bd

View file

@ -978,11 +978,11 @@ gst_gl_window_send_mouse_event (GstGLWindow * window, const char *event_type,
* @window: a #GstGLWindow * @window: a #GstGLWindow
* @handle_events: a #gboolean indicating if events should be handled or not. * @handle_events: a #gboolean indicating if events should be handled or not.
* *
+ * Tell a @window that it should handle events from the window system. These * Tell a @window that it should handle events from the window system. These
+ * events are forwarded upstream as navigation events. In some window systems * events are forwarded upstream as navigation events. In some window systems
+ * 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 @window. * from the @window.
*/ */
void void
gst_gl_window_handle_events (GstGLWindow * window, gboolean handle_events) gst_gl_window_handle_events (GstGLWindow * window, gboolean handle_events)