[evolution-data-server] Bug 576071 - Update developer documentation of e_book_query_{andv, orv}()



commit ad2d16b3e75ac9bdbc312caa84e4b54964f9f424
Author: Milan Crha <mcrha redhat com>
Date:   Tue Dec 11 15:25:19 2018 +0100

    Bug 576071 - Update developer documentation of e_book_query_{andv,orv}()
    
    Closes https://bugzilla.gnome.org/show_bug.cgi?id=576071

 src/addressbook/libebook-contacts/e-book-query.c | 6 ++++--
 1 file 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
  **/


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