From d06cb3dabbd7fbb87cb2763e69bce9ac782450eb Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 7 Jan 2013 07:49:23 +0100 Subject: libdocument: add missing transfer and element-type annotations https://bugzilla.gnome.org/show_bug.cgi?id=691354 origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-8&id=7917b62 --- libdocument/ev-document-attachments.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libdocument/ev-document-attachments.c') diff --git a/libdocument/ev-document-attachments.c b/libdocument/ev-document-attachments.c index 3c59375e..6b1b695f 100644 --- a/libdocument/ev-document-attachments.c +++ b/libdocument/ev-document-attachments.c @@ -38,6 +38,12 @@ ev_document_attachments_has_attachments (EvDocumentAttachments *document_attachm return iface->has_attachments (document_attachments); } +/** + * ev_document_attachments_get_attachments: + * @document_attachments: an #EvDocumentAttachments + * + * Returns: (transfer full) (element-type EvAttachment): a list of #EvAttachment objects + */ GList * ev_document_attachments_get_attachments (EvDocumentAttachments *document_attachments) { -- cgit v1.2.1