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



commit 584ba65252a31e6c81b30844f2ae236436df9326
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Aug 3 23:33:53 2010 +0100

    introspection: Add missing annotations to GDataContactsQuery

 gdata/services/contacts/gdata-contacts-query.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gdata/services/contacts/gdata-contacts-query.c b/gdata/services/contacts/gdata-contacts-query.c
index 6af5d8d..aeee5fd 100644
--- a/gdata/services/contacts/gdata-contacts-query.c
+++ b/gdata/services/contacts/gdata-contacts-query.c
@@ -238,7 +238,7 @@ get_query_uri (GDataQuery *self, const gchar *feed_uri, GString *query_uri, gboo
 
 /**
  * gdata_contacts_query_new:
- * @q: a query string
+ * @q: (allow-none): a query string, or %NULL
  *
  * Creates a new #GDataContactsQuery with its #GDataQuery:q property set to @q.
  *
@@ -254,9 +254,9 @@ gdata_contacts_query_new (const gchar *q)
 
 /**
  * gdata_contacts_query_new_with_limits:
- * @q: a query string
- * @start_index: a one-based start index for the results
- * @max_results: the maximum number of results to return
+ * @q: (allow-none): a query string, or %NULL
+ * @start_index: a one-based start index for the results, or <code class="literal">0</code>
+ * @max_results: the maximum number of results to return, or <code class="literal">0</code>
  *
  * Creates a new #GDataContactsQuery with its #GDataQuery:q property set to @q, and the limits @start_index and @max_results
  * applied.
@@ -295,7 +295,7 @@ gdata_contacts_query_get_order_by (GDataContactsQuery *self)
 /**
  * gdata_contacts_query_set_order_by:
  * @self: a #GDataContactsQuery
- * @order_by: a new order by string, or %NULL
+ * @order_by: (allow-none): a new order by string, or %NULL
  *
  * Sets the #GDataContactsQuery:order-by property of the #GDataContactsQuery to the new order by string, @order_by.
  *
@@ -373,7 +373,7 @@ gdata_contacts_query_get_sort_order (GDataContactsQuery *self)
 /**
  * gdata_contacts_query_set_sort_order:
  * @self: a #GDataContactsQuery
- * @sort_order: a new sort order string, or %NULL
+ * @sort_order: (allow-none): a new sort order string, or %NULL
  *
  * Sets the #GDataContactsQuery:sort-order property of the #GDataContactsQuery to the new sort order string, @sort_order.
  *
@@ -414,7 +414,7 @@ gdata_contacts_query_get_group (GDataContactsQuery *self)
 /**
  * gdata_contacts_query_set_group:
  * @self: a #GDataContactsQuery
- * @group: a new group ID URI, or %NULL
+ * @group: (allow-none): a new group ID URI, or %NULL
  *
  * Sets the #GDataContactsQuery:group property of the #GDataContactsQuery to the new group ID URI, @group.
  *



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