diff options
Diffstat (limited to 'libdocument')
-rw-r--r-- | libdocument/ev-annotation.c | 6 |
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) { |