summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2018-12-11 15:25:19 +0100
committerMilan Crha <mcrha@redhat.com>2018-12-11 15:25:19 +0100
commitad2d16b3e75ac9bdbc312caa84e4b54964f9f424 (patch)
tree1211a8f6566e20a232889d6c9edf84f5cd35fbe8
parentf2b976db999d632562ecaa769a31c113756f7eb6 (diff)
downloadevolution-data-server-ad2d16b3e75ac9bdbc312caa84e4b54964f9f424.tar.gz
Bug 576071 - Update developer documentation of e_book_query_{andv,orv}()
Closes https://bugzilla.gnome.org/show_bug.cgi?id=576071
-rw-r--r--src/addressbook/libebook-contacts/e-book-query.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/addressbook/libebook-contacts/e-book-query.c b/src/addressbook/libebook-contacts/e-book-query.c
index 7a53ad100..f1da04726 100644
--- a/src/addressbook/libebook-contacts/e-book-query.c
+++ b/src/addressbook/libebook-contacts/e-book-query.c
@@ -170,9 +170,10 @@ conjoinv (EBookQueryType type,
/**
* e_book_query_andv:
* @q: first #EBookQuery
- * @...: %NULL terminated list of #EBookQuery pointers
+ * @...: (transfer full): %NULL terminated list of #EBookQuery pointers
*
* Creates a new #EBookQuery which is the logical AND of the queries specified.
+ * The new #EBookQuery takes ownership of the specified queries.
*
* Returns: A new #EBookQuery
**/
@@ -192,9 +193,10 @@ e_book_query_andv (EBookQuery *q, ...)
/**
* e_book_query_orv:
* @q: first #EBookQuery
- * @...: %NULL terminated list of #EBookQuery pointers
+ * @...: (transfer full): %NULL terminated list of #EBookQuery pointers
*
* Creates a new #EBookQuery which is the logical OR of the queries specified.
+ * The new #EBookQuery takes ownership of the specified queries.
*
* Returns: A new #EBookQuery
**/