diff options
author | Cosimo Cecchi <[email protected]> | 2013-01-07 07:49:23 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-24 11:56:28 +0200 |
commit | d06cb3dabbd7fbb87cb2763e69bce9ac782450eb (patch) | |
tree | 850122cf5bc8b16ee0bab1746a1d356e7f6a8199 /libdocument/ev-document-attachments.c | |
parent | 0568785bbd484714a63caa4b9ca9639a2867d6e9 (diff) | |
download | atril-d06cb3dabbd7fbb87cb2763e69bce9ac782450eb.tar.bz2 atril-d06cb3dabbd7fbb87cb2763e69bce9ac782450eb.tar.xz |
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
Diffstat (limited to 'libdocument/ev-document-attachments.c')
-rw-r--r-- | libdocument/ev-document-attachments.c | 6 |
1 files changed, 6 insertions, 0 deletions
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) { |