[evince] libdocument: Add missing annotation to ev_document_factory_get_document.



commit bc655e50700b4b8529ed19b0a58162c798c26f29
Author: Josà Aliste <jaliste src gnome org>
Date:   Sat Nov 5 23:07:47 2011 -0300

    libdocument: Add missing annotation to ev_document_factory_get_document.
    
    Pointed out by Lucas Stadler.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=635705

 libdocument/ev-document-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libdocument/ev-document-factory.c b/libdocument/ev-document-factory.c
index 3f679e8..7aacb97 100644
--- a/libdocument/ev-document-factory.c
+++ b/libdocument/ev-document-factory.c
@@ -218,7 +218,7 @@ ev_document_factory_load_uri (const char *uri, gboolean fast, GError **error)
  * If the document is encrypted, it is returned but also @error is set to
  * %EV_DOCUMENT_ERROR_ENCRYPTED.
  *
- * Returns: a new #EvDocument, or %NULL.
+ * Returns: (transfer full): a new #EvDocument, or %NULL.
  */
 EvDocument *
 ev_document_factory_get_document (const char *uri, GError **error)



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