summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2012-03-26 11:39:46 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2012-04-27 13:27:08 +0100
commit5de930bc5751be5b1896cb8a428928434c171be8 (patch)
treeca88f1279f6cd2c29590576295ad7b9456ccbfca
parent9f89087ee96b9c9157e8f1ac2e4b7b98e0b0837d (diff)
downloadclutter-gst-5de930bc5751be5b1896cb8a428928434c171be8.tar.gz
fix gir annotations
https://bugzilla.gnome.org/show_bug.cgi?id=672842
-rw-r--r--clutter-gst/clutter-gst-player.c8
-rw-r--r--clutter-gst/clutter-gst-video-texture.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/clutter-gst/clutter-gst-player.c b/clutter-gst/clutter-gst-player.c
index eb2bd19..b5aa2e3 100644
--- a/clutter-gst/clutter-gst-player.c
+++ b/clutter-gst/clutter-gst-player.c
@@ -2404,8 +2404,8 @@ clutter_gst_player_set_buffering_mode (ClutterGstPlayer *player,
*
* Get the list of audio streams of the current media.
*
- * Return value: (transfer none): a list of strings describing the available
- * audio streams
+ * Return value: (transfer none) (element-type utf8): a list of
+ * strings describing the available audio streams
*
* Since: 1.4
*/
@@ -2475,8 +2475,8 @@ clutter_gst_player_set_audio_stream (ClutterGstPlayer *player,
*
* Get the list of subtitles tracks of the current media.
*
- * Return value: (transfer none): a list of strings describing the available
- * subtitles tracks
+ * Return value: (transfer none) (element-type utf8): a list of
+ * strings describing the available subtitles tracks
*
* Since: 1.4
*/
diff --git a/clutter-gst/clutter-gst-video-texture.c b/clutter-gst/clutter-gst-video-texture.c
index 7b69c69..f5fcb6d 100644
--- a/clutter-gst/clutter-gst-video-texture.c
+++ b/clutter-gst/clutter-gst-video-texture.c
@@ -791,8 +791,8 @@ clutter_gst_video_texture_set_buffering_mode (ClutterGstVideoTexture *texture,
*
* Get the list of audio streams of the current media.
*
- * Return value: (transfer none): a list of #GstTagList describing the
- * available audio streams
+ * Return value: (transfer none) (element-type Gst.TagList): a list of
+ * #GstTagList describing the available audio streams
*
* Since: 1.4
*/
@@ -844,8 +844,8 @@ clutter_gst_video_texture_set_audio_stream (ClutterGstVideoTexture *texture,
*
* Get the list of subtitles tracks of the current media.
*
- * Return value: (transfer none): a list of #GstTagList describing the
- * available subtitles tracks
+ * Return value: (transfer none) (element-type Gst.TagList): a list
+ * of #GstTagList describing the available subtitles tracks
*
* Since: 1.4
*/