summaryrefslogtreecommitdiff
path: root/libdocument
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-06-23 11:28:52 +0200
committerraveit65 <[email protected]>2016-06-24 20:48:20 +0200
commita89b45d36cae65743d7524682d3f79b55112dea0 (patch)
tree2edb43e0ec96998d91a507fa24011f062c5770e3 /libdocument
parentfb38cc04440c424834984bdfe364b7d772af2dd4 (diff)
downloadatril-a89b45d36cae65743d7524682d3f79b55112dea0.tar.bz2
atril-a89b45d36cae65743d7524682d3f79b55112dea0.tar.xz
libdocument: Add missing annotation to ev_document_factory_get_document.
Pointed out by Lucas Stadler. https://bugzilla.gnome.org/show_bug.cgi?id=635705 taken from: https://git.gnome.org/browse/evince/commit/?id=bc655e5
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/ev-document-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdocument/ev-document-factory.c b/libdocument/ev-document-factory.c
index c77b8d04..fd0fe466 100644
--- a/libdocument/ev-document-factory.c
+++ b/libdocument/ev-document-factory.c
@@ -204,7 +204,7 @@ free_uncompressed_uri (gchar *uri_unc)
* 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)