Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
#include <ev-document-annotations.h>
Data Fields | |
GTypeInterface | base_iface |
EvMappingList *(* | get_annotations )(EvDocumentAnnotations *document_annots, EvPage *page) |
gboolean(* | document_is_modified )(EvDocumentAnnotations *document_annots) |
void(* | add_annotation )(EvDocumentAnnotations *document_annots, EvAnnotation *annot, EvRectangle *rect) |
void(* | save_annotation )(EvDocumentAnnotations *document_annots, EvAnnotation *annot, EvAnnotationsSaveMask mask) |
void(* | remove_annotation )(EvDocumentAnnotations *document_annots, EvAnnotation *annot) |
Definition at line 72 of file ev-document-annotations.h.
void(* _EvDocumentAnnotationsInterface::add_annotation)(EvDocumentAnnotations *document_annots, EvAnnotation *annot, EvRectangle *rect) |
Definition at line 80 of file ev-document-annotations.h.
GTypeInterface _EvDocumentAnnotationsInterface::base_iface |
Definition at line 74 of file ev-document-annotations.h.
gboolean(* _EvDocumentAnnotationsInterface::document_is_modified)(EvDocumentAnnotations *document_annots) |
Definition at line 79 of file ev-document-annotations.h.
EvMappingList*(* _EvDocumentAnnotationsInterface::get_annotations)(EvDocumentAnnotations *document_annots, EvPage *page) |
Definition at line 77 of file ev-document-annotations.h.
void(* _EvDocumentAnnotationsInterface::remove_annotation)(EvDocumentAnnotations *document_annots, EvAnnotation *annot) |
Definition at line 86 of file ev-document-annotations.h.
void(* _EvDocumentAnnotationsInterface::save_annotation)(EvDocumentAnnotations *document_annots, EvAnnotation *annot, EvAnnotationsSaveMask mask) |
Definition at line 83 of file ev-document-annotations.h.