]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/zoom-control/ephy-zoom-action.h
[ephy-zoom] Add max/min zoom properties
[evince.git] / cut-n-paste / zoom-control / ephy-zoom-action.h
index d7362c02452d604980385d6edb94939a91bb771f..2d07c691331b37a453f1aa2f0687888ab7f7b097 100644 (file)
@@ -52,11 +52,16 @@ struct _EphyZoomActionClass
        void (* zoom_to_level)  (EphyZoomAction *action, float level);
 };
 
-GType  ephy_zoom_action_get_type       (void);
+GType  ephy_zoom_action_get_type           (void);
 
-void   ephy_zoom_action_set_zoom_level (EphyZoomAction *action, float zoom);
+void   ephy_zoom_action_set_zoom_level     (EphyZoomAction *action,
+                                            float           zoom);
+float  ephy_zoom_action_get_zoom_level     (EphyZoomAction *action);
 
-float  ephy_zoom_action_get_zoom_level (EphyZoomAction *action);
+void    ephy_zoom_action_set_min_zoom_level (EphyZoomAction *action,
+                                            float           zoom);
+void    ephy_zoom_action_set_max_zoom_level (EphyZoomAction *action,
+                                            float           zoom);
 
 G_END_DECLS