[grilo] grl_pls_browse: Document that it can take NULL filter func



commit e66054ecdc810c157a35eae4915361aa0b147aa8
Author: Xavier Claessens <xavier claessens collabora com>
Date:   Wed Apr 23 15:38:53 2014 -0400

    grl_pls_browse: Document that it can take NULL filter func
    
    https://bugzilla.gnome.org/show_bug.cgi?id=728812

 libs/pls/grl-pls.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libs/pls/grl-pls.c b/libs/pls/grl-pls.c
index 76c6440..712ef78 100644
--- a/libs/pls/grl-pls.c
+++ b/libs/pls/grl-pls.c
@@ -764,7 +764,7 @@ multiple_result_async_cb (GrlSource *source,
 /**
  * grl_pls_browse_by_spec:
  * @source: a source
- * @filter_func: (scope async): A filter function
+ * @filter_func: (scope async): A filter function, or %NULL
  * @bs: a GrlSourceBrowseSpec structure with details of the browsing operation
  *
  * Browse into a playlist. The playlist entries are
@@ -869,7 +869,7 @@ grl_pls_browse_by_spec (GrlSource *source,
  * @keys: (element-type GrlKeyID): the #GList of
  * #GrlKeyID<!-- -->s to request
  * @options: options wanted for that operation
- * @filter_func: (scope async): A filter function
+ * @filter_func: (scope async): A filter function, or %NULL
  * @callback: (scope notified): the user defined callback
  * @user_data: the user data to pass in the callback
  *
@@ -939,7 +939,7 @@ grl_pls_browse (GrlSource *source,
  * @playlist: a playlist
  * @keys: (element-type GrlKeyID): the #GList of
  * #GrlKeyID<!-- -->s to request
- * @filter_func: (scope async): A filter function
+ * @filter_func: (scope async): A filter function, or %NULL
  * @options: options wanted for that operation
  * @error: a #GError, or @NULL
  *


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