]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-private.h
[libview] Handle layers state actions
[evince.git] / libview / ev-view-private.h
index 0362bcd1901623cae4b0a9f1c3358bb6343bd604..5b5fd19d775cceeda323535a4a6c9a1b35db6285 100644 (file)
@@ -184,6 +184,15 @@ struct _EvView {
        /* Annotations */
        GList             *window_children;
        EvViewWindowChild *window_child_focus;
+       EvMapping         *focus_annotation;
+       gboolean           adding_annot;
+       EvAnnotationType   adding_annot_type;
+
+       /* Synctex */
+       EvMapping *synctex_result;
+
+       /* Accessibility */
+       gboolean a11y_enabled;
 };
 
 struct _EvViewClass {
@@ -199,6 +208,11 @@ struct _EvViewClass {
        void    (*popup_menu)             (EvView         *view,
                                           GList          *items);
        void    (*selection_changed)      (EvView         *view);
+       void    (*sync_source)            (EvView         *view,
+                                          EvSourceLink   *link);
+       void    (*annot_added)            (EvView         *view,
+                                          EvAnnotation   *annot);
+       void    (*layers_changed)         (EvView         *view);
 };
 
 void _get_page_size_for_scale_and_rotation (EvDocument *document,