X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=cut-n-paste%2Fzoom-control%2Fephy-zoom-action.h;h=cf9f6feb337f925682ae310b72788830023416ca;hb=661c24bf2d3898825b081434c74807e6a7c4822b;hp=d7362c02452d604980385d6edb94939a91bb771f;hpb=19a00ed1cd086dcca4b6bfeb84e0b1488b2e3089;p=evince.git diff --git a/cut-n-paste/zoom-control/ephy-zoom-action.h b/cut-n-paste/zoom-control/ephy-zoom-action.h index d7362c02..cf9f6feb 100644 --- a/cut-n-paste/zoom-control/ephy-zoom-action.h +++ b/cut-n-paste/zoom-control/ephy-zoom-action.h @@ -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) G_GNUC_CONST; -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