summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-06-09 13:34:14 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2014-06-09 13:34:14 +0100
commitcf84941cfa039ede429bb7eaded685cfcd47bbfd (patch)
tree8c673e8cd9da2d5fea3387ce17f2a444271a5f09
parenta4283d6fef85dbd5331f2c12cba28ce796121741 (diff)
downloadclutter-gst-cf84941cfa039ede429bb7eaded685cfcd47bbfd.tar.gz
content: fix return description
-rw-r--r--clutter-gst/clutter-gst-content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter-gst/clutter-gst-content.c b/clutter-gst/clutter-gst-content.c
index 83405a0..0fe827e 100644
--- a/clutter-gst/clutter-gst-content.c
+++ b/clutter-gst/clutter-gst-content.c
@@ -603,7 +603,7 @@ clutter_gst_content_get_frame (ClutterGstContent *self)
* clutter_gst_content_get_overlays:
* @self: A #ClutterGstContent
*
- * Returns: (transfer none) (element-type ClutterGst.Overlay): The #ClutterGstFrame currently attached to @self.
+ * Returns: (transfer none): The #ClutterGstOverlays currently attached to @self.
*
* Since: 3.0
*/