summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2014-04-23 15:38:53 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2014-04-24 10:45:16 -0400
commite66054ecdc810c157a35eae4915361aa0b147aa8 (patch)
tree84465e116a975f93fb2f7eb3adffb6088eea74a9 /libs
parent0a33601db466b167a8d732e00b172eeea53a5f9e (diff)
downloadgrilo-e66054ecdc810c157a35eae4915361aa0b147aa8.tar.gz
grl_pls_browse: Document that it can take NULL filter func
https://bugzilla.gnome.org/show_bug.cgi?id=728812
Diffstat (limited to 'libs')
-rw-r--r--libs/pls/grl-pls.c6
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
*