[libgdata] [introspection] Add missing annotations to GDataContactsService



commit 450948f83dcec543904ece854f99f959f9a4d7bc
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Aug 3 23:36:33 2010 +0100

    [introspection] Add missing annotations to GDataContactsService

 gdata/services/contacts/gdata-contacts-service.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdata/services/contacts/gdata-contacts-service.c b/gdata/services/contacts/gdata-contacts-service.c
index d4b4447..0f0afb4 100644
--- a/gdata/services/contacts/gdata-contacts-service.c
+++ b/gdata/services/contacts/gdata-contacts-service.c
@@ -84,7 +84,7 @@ gdata_contacts_service_new (const gchar *client_id)
 /**
  * gdata_contacts_service_query_contacts:
  * @self: a #GDataContactsService
- * @query: a #GDataQuery with the query parameters, or %NULL
+ * @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
  * @cancellable: optional #GCancellable object, or %NULL
  * @progress_callback: a #GDataQueryProgressCallback to call when an entry is loaded, or %NULL
  * @progress_user_data: (closure): data to pass to the @progress_callback function
@@ -128,7 +128,7 @@ gdata_contacts_service_query_contacts (GDataContactsService *self, GDataQuery *q
 /**
  * gdata_contacts_service_query_contacts_async:
  * @self: a #GDataContactsService
- * @query: a #GDataQuery with the query parameters, or %NULL
+ * @query: (allow-none): a #GDataQuery with the query parameters, or %NULL
  * @cancellable: optional #GCancellable object, or %NULL
  * @progress_callback: a #GDataQueryProgressCallback to call when an entry is loaded, or %NULL
  * @progress_user_data: (closure): data to pass to the @progress_callback function



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