summaryrefslogtreecommitdiff
path: root/libdocument
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-05 10:15:13 +0100
committerraveit65 <[email protected]>2017-03-06 16:10:06 +0100
commit8b716eba237b2153fba29a6a25611675a816b6b9 (patch)
tree1f3b849ae1df3635fdff09cf0141d648bc0f2f45 /libdocument
parente5949fd1ac58c316349f06b987ab15efcdc0fac7 (diff)
downloadatril-8b716eba237b2153fba29a6a25611675a816b6b9.tar.bz2
atril-8b716eba237b2153fba29a6a25611675a816b6b9.tar.xz
docs: Add missing EvAnnotation API to sections.txt
taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=5a7ad5b
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/ev-annotation.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/libdocument/ev-annotation.c b/libdocument/ev-annotation.c
index bbef438d..4258b4a7 100644
--- a/libdocument/ev-annotation.c
+++ b/libdocument/ev-annotation.c
@@ -1093,6 +1093,12 @@ ev_annotation_attachment_new (EvPage *page,
NULL));
}
+/**
+ * ev_annotation_attachment_get_attachment:
+ * @annot: an #EvAnnotationAttachment
+ *
+ * Returns: (transfer none): an #EvAttachment
+ */
EvAttachment *
ev_annotation_attachment_get_attachment (EvAnnotationAttachment *annot)
{