[libgdata] [introspection] Add missing annotations to GDataDocumentsEntry



commit 2df578bc0d4ea43643ef81c447d936fc3e21a888
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Aug 4 09:29:01 2010 +0100

    [introspection] Add missing annotations to GDataDocumentsEntry

 gdata/services/documents/gdata-documents-entry.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdata/services/documents/gdata-documents-entry.c b/gdata/services/documents/gdata-documents-entry.c
index 3b89730..25da215 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -529,7 +529,7 @@ gdata_documents_entry_writers_can_invite (GDataDocumentsEntry *self)
  *
  * Gets the #GDataDocumentsEntry:last-modified-by property.
  *
- * Return value: the author who last modified the document
+ * Return value: (transfer none): the author who last modified the document
  *
  * Since: 0.4.0
  **/
@@ -567,7 +567,7 @@ notify_content_type_cb (GDataDownloadStream *download_stream, GParamSpec *pspec,
  * _gdata_documents_entry_download_document:
  * @self: a #GDataDocumentsEntry
  * @service: an authenticated #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()
  * @download_uri: the URI to download the document
  * @destination_file: the #GFile into which the document file should be saved
  * @file_extension: the extension with which to save the downloaded file



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