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=47399db9226440a8ba53bb8f98afcc831ed1036c;hpb=09d18721e3015b9e4cc448f1f3620da54784ebba;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 47399db9..cf9f6feb 100644 --- a/cut-n-paste/zoom-control/ephy-zoom-action.h +++ b/cut-n-paste/zoom-control/ephy-zoom-action.h @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * $Id$ */ @@ -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