summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-15 13:32:58 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-15 13:40:48 +0000
commit08b0e0761b860ebf9a96a504f7c261765c44ef61 (patch)
treea9562b1551e6bc2fa9ff104e72f4fd8a66875b67
parent672962569d487e3b1f5f684d8cb0e1d405560402 (diff)
docs: fix up interfaces library docs to make gtk-doc happy
-rw-r--r--gst-libs/gst/interfaces/navigation.c7
-rw-r--r--gst-libs/gst/interfaces/xoverlay.c2
-rw-r--r--gst-libs/gst/interfaces/xoverlay.h1
3 files changed, 9 insertions, 1 deletions
diff --git a/gst-libs/gst/interfaces/navigation.c b/gst-libs/gst/interfaces/navigation.c
index 14da7d3e6..7203ce8ef 100644
--- a/gst-libs/gst/interfaces/navigation.c
+++ b/gst-libs/gst/interfaces/navigation.c
@@ -752,6 +752,9 @@ gst_navigation_event_parse_key_event (GstEvent * event, const gchar ** key)
* a mouse button release event. Determine which type the event is using
* gst_navigation_event_get_type() to retrieve the #GstNavigationEventType.
*
+ * Returns: TRUE if the button number and both coordinates could be extracted,
+ * otherwise FALSE.
+ *
* Since: 0.10.23
*/
gboolean
@@ -788,6 +791,8 @@ gst_navigation_event_parse_mouse_button_event (GstEvent * event, gint * button,
* Inspect a #GstNavigation mouse movement event and extract the coordinates
* of the event.
*
+ * Returns: TRUE if both coordinates could be extracted, otherwise FALSE.
+ *
* Since: 0.10.23
*/
gboolean
@@ -820,6 +825,8 @@ gst_navigation_event_parse_mouse_move_event (GstEvent * event, gdouble * x,
* Inspect a #GstNavigation command event and retrieve the enum value of the
* associated command.
*
+ * Returns: TRUE if the navigation command could be extracted, otherwise FALSE.
+ *
* Since: 0.10.23
*/
gboolean
diff --git a/gst-libs/gst/interfaces/xoverlay.c b/gst-libs/gst/interfaces/xoverlay.c
index 55d9c52e5..72f6e6cea 100644
--- a/gst-libs/gst/interfaces/xoverlay.c
+++ b/gst-libs/gst/interfaces/xoverlay.c
@@ -473,7 +473,7 @@ gst_x_overlay_handle_events (GstXOverlay * overlay, gboolean handle_events)
* This method is needed for non fullscreen video overlay in UI toolkits that do
* not support subwindows.
*
- * Return: %FALSE if not supported by the sink.
+ * Returns: %FALSE if not supported by the sink.
*
* Since: 0.10.29
*/
diff --git a/gst-libs/gst/interfaces/xoverlay.h b/gst-libs/gst/interfaces/xoverlay.h
index b4f2682e3..ea2fa4e2c 100644
--- a/gst-libs/gst/interfaces/xoverlay.h
+++ b/gst-libs/gst/interfaces/xoverlay.h
@@ -56,6 +56,7 @@ typedef struct _GstXOverlayClass GstXOverlayClass;
* @set_xwindow_id: virtual method to configure the XWindow id
* @expose: virtual method to handle expose events
* @handle_events: virtual method to handle events
+ * @set_render_rectangle: virtual method to set the render rectange (since 0.10.29)
*
* #GstXOverlay interface
*/