]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view-private.h
Updated Arabic Translation by Khaled Hosny.
[evince.git] / shell / ev-view-private.h
index 1618417d084f16c9837eee7e0c6dcf41367ab430..0643fa876a26a981c6f4f09a869b02d709b21189 100644 (file)
@@ -97,8 +97,9 @@ struct _EvView {
 
        EvDocument *document;
 
 
        EvDocument *document;
 
-       char *find_status;
-       int find_result;
+       /* Find */
+       GList **find_pages;
+       gint find_result;
        gboolean jump_to_find_result;
        gboolean highlight_find_results;
        
        gboolean jump_to_find_result;
        gboolean highlight_find_results;
        
@@ -185,7 +186,7 @@ struct _EvViewClass {
        GtkLayoutClass parent_class;
 
        void    (*binding_activated)      (EvView         *view,
        GtkLayoutClass parent_class;
 
        void    (*binding_activated)      (EvView         *view,
-                                          EvScrollType   scroll,
+                                          GtkScrollType   scroll,
                                           gboolean        horizontal);
        void    (*zoom_invalid)           (EvView         *view);
        void    (*handle_link)            (EvView         *view,
                                           gboolean        horizontal);
        void    (*zoom_invalid)           (EvView         *view);
        void    (*handle_link)            (EvView         *view,