GNOME Bugzilla – Bug 576071
Update developer documentation of e_book_query_{andv,orv}()
Last modified: 2018-12-11 14:27:24 UTC
The API documentation on varargs combining functions for building address book queries does not mention that the ownership of the query objects passed in the parameter list transfers to the new combined query. This actually makes sense because these functions can be nested to build complex queries without the need for the client to dereference every subquery object. But it has to be properly documented. See http://library.gnome.org/devel/libebook/2.26/libebook-e-book-query.html
Thanks for a bug report. Pretty simple change, only the bug left unnoticed for a long time. It's still valid, thus: Created commit ad2d16b3e in eds master (3.31.4+)