From a89b45d36cae65743d7524682d3f79b55112dea0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 23 Jun 2016 11:28:52 +0200 Subject: 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 --- libdocument/ev-document-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdocument') 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) -- cgit v1.2.1