[evolution-data-server] EBookClient: be more introspectable
- From: Simon McVittie <smcv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] EBookClient: be more introspectable
- Date: Tue, 5 Mar 2013 10:45:31 +0000 (UTC)
commit 0e246f1cbded7f2f7f52c364d2c1abf3953b76ec
Author: Simon McVittie <simon mcvittie collabora co uk>
Date: Mon Mar 4 20:11:57 2013 +0000
EBookClient: be more introspectable
This is mostly a matter of clarifying whose responsibility it is to
free things, in a machine-readable way.
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=695151
Signed-off-by: Simon McVittie <simon mcvittie collabora co uk>
Reviewed-by: Matthew Barnes <mbarnes redhat com>
addressbook/libebook/e-book-client.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/addressbook/libebook/e-book-client.c b/addressbook/libebook/e-book-client.c
index 3504569..7ba9f10 100644
--- a/addressbook/libebook/e-book-client.c
+++ b/addressbook/libebook/e-book-client.c
@@ -973,7 +973,7 @@ e_book_client_init (EBookClient *client)
* function will have a descriptive prefix that includes the display
* name of @source.
*
- * Returns: a new #EBookClient, or %NULL
+ * Returns: (transfer full) (type EBookClient): a new #EBookClient, or %NULL
*
* Since: 3.8
**/
@@ -1151,7 +1151,7 @@ e_book_client_connect (ESource *source,
* function will have a descriptive prefix that includes the display
* name of the #ESource passed to e_book_client_connect().
*
- * Returns: a new #EBookClient, or %NULL
+ * Returns: (transfer full) (type EBookClient): a new #EBookClient, or %NULL
*
* Since: 3.8
**/
@@ -1214,13 +1214,13 @@ e_book_client_new (ESource *source,
* e_book_client_connect_direct_sync:
* @registry: an #ESourceRegistry
* @source: an #ESource
- * @cancellable: optional #GCancellable object, or %NULL
+ * @cancellable: (allow-none): optional #GCancellable object, or %NULL
* @error: return location for a #GError, or %NULL
*
* Like e_book_client_connect_sync(), except creates the book client for
* direct read access to the underlying addressbook.
*
- * Returns: a new but unopened #EBookClient.
+ * Returns: (transfer full) (type EBookClient): a new but unopened #EBookClient.
*
* Since: 3.8
**/
@@ -2810,8 +2810,8 @@ e_book_client_get_contacts (EBookClient *client,
* e_book_client_get_contacts_finish:
* @client: an #EBookClient
* @result: a #GAsyncResult
- * @out_contacts: (element-type EContact) (out): a #GSList of matched
- * #EContact-s
+ * @out_contacts: (element-type EContact) (out) (transfer full): a #GSList
+ * of matched #EContact-s
* @error: (out): a #GError to set an error, if any
*
* Finishes previous call of e_book_client_get_contacts().
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]