From 8b716eba237b2153fba29a6a25611675a816b6b9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 5 Mar 2017 10:15:13 +0100 Subject: docs: Add missing EvAnnotation API to sections.txt taken from: https://git.gnome.org/browse/evince/commit/?h=gnome-3-6&id=5a7ad5b --- libdocument/ev-annotation.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libdocument') 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) { -- cgit v1.2.1