]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-private.h
[shell] Change gsettings schema path
[evince.git] / libview / ev-view-private.h
index 06309082f476fe87a76fd9f226db5246f5f2afb8..a3655072f576d140ba126d36e76eada3c1479ed2 100644 (file)
@@ -185,9 +185,14 @@ struct _EvView {
        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 {
@@ -205,6 +210,8 @@ struct _EvViewClass {
        void    (*selection_changed)      (EvView         *view);
        void    (*sync_source)            (EvView         *view,
                                           EvSourceLink   *link);
+       void    (*annot_added)            (EvView         *view,
+                                          EvAnnotation   *annot);
 };
 
 void _get_page_size_for_scale_and_rotation (EvDocument *document,