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



commit a8310a149bf9a3f75d1f7f0c7d5a7f0e8f09ba03
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 da42d2f..edda605 100644
--- a/gdata/services/documents/gdata-documents-text.c
+++ b/gdata/services/documents/gdata-documents-text.c
@@ -87,7 +87,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).
  *
@@ -105,7 +105,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]