[libgdata] [introspection] Add missing annotations to GDataDocumentsQuery



commit 2c76309b3bd0f0484721948bfe933b02c227123d
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Aug 4 09:35:47 2010 +0100

    [introspection] Add missing annotations to GDataDocumentsQuery

 gdata/services/documents/gdata-documents-query.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdata/services/documents/gdata-documents-query.c b/gdata/services/documents/gdata-documents-query.c
index 1e10821..d2452fe 100644
--- a/gdata/services/documents/gdata-documents-query.c
+++ b/gdata/services/documents/gdata-documents-query.c
@@ -289,7 +289,7 @@ get_query_uri (GDataQuery *self, const gchar *feed_uri, GString *query_uri, gboo
 
 /**
  * gdata_documents_query_new:
- * @q: a query string, or %NULL
+ * @q: (allow-none): a query string, or %NULL
  *
  * Creates a new #GDataDocumentsQuery with its #GDataQuery:q property set to @q.
  *
@@ -305,7 +305,7 @@ gdata_documents_query_new (const gchar *q)
 
 /**
  * gdata_documents_query_new_with_limits:
- * @q: a query string, or %NULL
+ * @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>
  *
@@ -420,7 +420,7 @@ gdata_documents_query_get_folder_id (GDataDocumentsQuery *self)
 /**
  * gdata_documents_query_set_folder_id:
  * @self: a #GDataDocumentsQuery
- * @folder_id: the ID of the folder to be queried, or %NULL
+ * @folder_id: (allow-none): the ID of the folder to be queried, or %NULL
  *
  * Sets the #GDataDocumentsQuery:folder-id property to @folder_id.
  *
@@ -478,7 +478,7 @@ gdata_documents_query_get_exact_title (GDataDocumentsQuery *self)
 /**
  * gdata_documents_query_set_title:
  * @self: a #GDataDocumentsQuery
- * @title: the title (or title fragment) to query for, or %NULL
+ * @title: (allow-none): the title (or title fragment) to query for, or %NULL
  * @exact_title: %TRUE if the query should match the exact @title, %FALSE otherwise
  *
  * Sets the #GDataDocumentsQuery:title property to @title.



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