[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataContactsService



commit 92b09ae69d0d73c36010dec0a0caa085427ec4bd
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 b539fee..07af6e2 100644
--- a/gdata/services/contacts/gdata-contacts-service.c
+++ b/gdata/services/contacts/gdata-contacts-service.c
@@ -83,7 +83,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
@@ -122,7 +122,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]