[grilo] annotations: Replaced Grl.MediaSource* with Grl.MediaSource



commit fa8daa2ea879673833f33ae08aa11fe5fd166425
Author: Simón Pena <spenap gmail com>
Date:   Thu Sep 9 22:08:46 2010 +0200

    annotations: Replaced Grl.MediaSource* with Grl.MediaSource
    
    Signed-off-by: Iago Toral Quiroga <itoral igalia com>

 src/grl-multiple.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/grl-multiple.c b/src/grl-multiple.c
index 4e8f117..befe09a 100644
--- a/src/grl-multiple.c
+++ b/src/grl-multiple.c
@@ -432,7 +432,7 @@ multiple_search_cb (GrlMediaSource *source,
 
 /**
  * grl_multiple_search:
- * @sources: (element-type Grl.MediaSource*) (transfer none) (allow-none): a list of sources to search from (NULL for all searchable sources)
+ * @sources: (element-type Grl.MediaSource) (transfer none) (allow-none): a list of sources to search from (NULL for all searchable sources)
  * @text: the text to search for
  * @keys: (element-type GObject.ParamSpec) (transfer none): the list of #GrlKeyID to retrieve
  * @count: the maximum number of elements to retrieve
@@ -565,7 +565,7 @@ grl_multiple_cancel (guint search_id)
 
 /**
  * grl_multiple_search_sync:
- * @sources: (element-type Grl.MediaSource*) (transfer none) (allow-none): a list of sources where to search from
+ * @sources: (element-type Grl.MediaSource) (transfer none) (allow-none): a list of sources where to search from
  * @text: the text to search for
  * @keys: (element-type GObject.ParamSpec) (transfer none): the list of #GrlKeyID to retrieve
  * @count: the maximum number of elements to retrieve



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