summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2015-09-22 13:54:20 -0400
committerBastien Nocera <hadess@hadess.net>2015-09-23 15:29:02 +0200
commit0b5e0a709b4b4e362cd369b21f35ddb61821a819 (patch)
tree4d82f3b5b559e1805998e91eb6728a9ed1e732e7
parentbdf3512831adea613642f4433bed7c80d8ac0d8c (diff)
downloadgrilo-0b5e0a709b4b4e362cd369b21f35ddb61821a819.tar.gz
pls: annotate that filter_func can be NULL
https://bugzilla.gnome.org/show_bug.cgi?id=755433
-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 8f353b0..bf395a3 100644
--- a/libs/pls/grl-pls.c
+++ b/libs/pls/grl-pls.c
@@ -773,7 +773,7 @@ multiple_result_async_cb (GrlSource *source,
/**
* grl_pls_browse_by_spec:
* @source: a source
- * @filter_func: (scope async): A filter function, or %NULL
+ * @filter_func: (scope async) (allow-none): A filter function, or %NULL
* @bs: a GrlSourceBrowseSpec structure with details of the browsing operation
*
* Browse into a playlist. The playlist entries are
@@ -878,7 +878,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, or %NULL
+ * @filter_func: (scope async) (allow-none): A filter function, or %NULL
* @callback: (scope notified): the user defined callback
* @user_data: the user data to pass in the callback
*
@@ -948,7 +948,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, or %NULL
+ * @filter_func: (scope async) (allow-none): A filter function, or %NULL
* @options: options wanted for that operation
* @error: a #GError, or @NULL
*