[libgdata] [introspection] Add missing annotations to GDataDocumentsText



commit 0b96db5ee45927b0eac5a491a2064f2f5d8747fa
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Aug 4 09:42:04 2010 +0100

    [introspection] Add missing annotations to GDataDocumentsText

 gdata/services/documents/gdata-documents-text.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdata/services/documents/gdata-documents-text.c b/gdata/services/documents/gdata-documents-text.c
index d92932c..7fc4abd 100644
--- a/gdata/services/documents/gdata-documents-text.c
+++ b/gdata/services/documents/gdata-documents-text.c
@@ -89,7 +89,7 @@ get_xml (GDataParsable *parsable, GString *xml_string)
 
 /**
  * gdata_documents_text_new:
- * @id: the entry's ID (not the document ID of the text document), or %NULL
+ * @id: (allow-none): the entry's ID (not the document ID of the text document), or %NULL
  *
  * Creates a new #GDataDocumentsText with the given entry ID (#GDataEntry:id).
  *
@@ -113,7 +113,7 @@ gdata_documents_text_new (const gchar *id)
  * gdata_documents_text_download_document:
  * @self: a #GDataDocumentsText
  * @service: a #GDataDocumentsService
- * @content_type: return location for the document's content type, or %NULL; free with g_free()
+ * @content_type: (out callee-allocates) (transfer full) (allow-none): return location for the document's content type, or %NULL; free with g_free()
  * @export_format: the format in which the text document should be exported
  * @destination_file: the #GFile into which the text file should be saved
  * @replace_file_if_exists: %TRUE if the file should be replaced if it already exists, %FALSE otherwise



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