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



commit bc6cd4c799460ca8c6b3f4dffd8f3bcfa10c380f
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Aug 4 09:39:36 2010 +0100

    introspection: Add missing annotations to GDataDocumentsService

 gdata/services/documents/gdata-documents-service.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/gdata/services/documents/gdata-documents-service.c b/gdata/services/documents/gdata-documents-service.c
index 9d9f96d..5fa50ed 100644
--- a/gdata/services/documents/gdata-documents-service.c
+++ b/gdata/services/documents/gdata-documents-service.c
@@ -166,7 +166,7 @@ gdata_documents_service_get_property (GObject *object, guint property_id, GValue
 /**
  * gdata_documents_service_query_documents:
  * @self: a #GDataDocumentsService
- * @query: a #GDataQuery with the query parameters, or %NULL
+ * @query: (allow-none): a #GDataDocumentsQuery 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
@@ -277,7 +277,7 @@ gdata_documents_service_query_single_document (GDataDocumentsService *self, GTyp
 /**
  * gdata_documents_service_query_documents_async:
  * @self: a #GDataDocumentsService
- * @query: a #GDataQuery with the query parameters, or %NULL
+ * @query: (allow-none): a #GDataDocumentsQuery 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: data to pass to the @progress_callback function
@@ -444,9 +444,9 @@ upload_update_document (GDataDocumentsService *self, GDataDocumentsEntry *docume
 /**
  * gdata_documents_service_upload_document:
  * @self: an authenticated #GDataDocumentsService
- * @document: the #GDataDocumentsEntry to insert, or %NULL
- * @document_file: the document to upload, or %NULL
- * @folder: the folder to which the document should be uploaded, or %NULL
+ * @document: (allow-none): the #GDataDocumentsEntry to insert, or %NULL
+ * @document_file: (allow-none): the document to upload, or %NULL
+ * @folder: (allow-none): the folder to which the document should be uploaded, or %NULL
  * @cancellable: optional #GCancellable object, or %NULL
  * @error: a #GError, or %NULL
  *
@@ -510,7 +510,7 @@ gdata_documents_service_upload_document (GDataDocumentsService *self, GDataDocum
  * gdata_documents_service_update_document:
  * @self: a #GDataDocumentsService
  * @document: the #GDataDocumentsEntry to update
- * @document_file: the local document file containing the new data, or %NULL
+ * @document_file: (allow-none): the local document file containing the new data, or %NULL
  * @cancellable: optional #GCancellable object, or %NULL
  * @error: a #GError, or %NULL
  *
@@ -653,8 +653,8 @@ gdata_documents_service_move_document_to_folder (GDataDocumentsService *self, GD
 /**
  * gdata_documents_service_remove_document_from_folder:
  * @self: a #GDataDocumentsService
- * @document : the #GDataDocumentsEntry to remove
- * @folder : the #GDataDocumentsFolder from wich we should remove @document
+ * @document: the #GDataDocumentsEntry to remove
+ * @folder: the #GDataDocumentsFolder from which we should remove @document
  * @cancellable: optional #GCancellable object, or %NULL
  * @error: a #GError, or %NULL
  *
@@ -751,7 +751,7 @@ gdata_documents_service_remove_document_from_folder (GDataDocumentsService *self
 
 /**
  * gdata_documents_service_get_upload_uri:
- * @folder: the #GDataDocumentsFolder into which to upload the document, or %NULL
+ * @folder: (allow-none): the #GDataDocumentsFolder into which to upload the document, or %NULL
  *
  * Gets the upload URI for documents for the service.
  *



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