[clutter-gst] fix gir annotations



commit 5de930bc5751be5b1896cb8a428928434c171be8
Author: Lionel Landwerlin <llandwerlin gmail com>
Date:   Mon Mar 26 11:39:46 2012 +0100

    fix gir annotations
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672842

 clutter-gst/clutter-gst-player.c        |    8 ++++----
 clutter-gst/clutter-gst-video-texture.c |    8 ++++----
 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
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]