[evolution-data-server] Introspection: fix annotation in e_book_client_get_self



commit b6a126e35c7469fe459df5f0b0ea13e304fe5214
Author: Raul Gutierrez Segales <rgs collabora co uk>
Date:   Thu Jul 28 15:21:07 2011 +0100

    Introspection: fix annotation in e_book_client_get_self
    
    In the previous commit I forgot to annotate the fact that
    the EBookClient param is an out param too.

 addressbook/libebook/e-book-client.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/addressbook/libebook/e-book-client.c b/addressbook/libebook/e-book-client.c
index fd01ba9..adb1d81 100644
--- a/addressbook/libebook/e-book-client.c
+++ b/addressbook/libebook/e-book-client.c
@@ -755,7 +755,7 @@ make_me_card (void)
 /**
  * e_book_client_get_self:
  * @contact: (out): an #EContact pointer to set
- * @client: an #EBookClient pointer to set
+ * @client: (out): an #EBookClient pointer to set
  * @error: a #GError to set on failure
  *
  * Get the #EContact referring to the user of the address book



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