]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/zoom-control/ephy-zoom-action.h
[ephy-zoom] Use G_DEFINE_TYPE macro
[evince.git] / cut-n-paste / zoom-control / ephy-zoom-action.h
index 2d07c691331b37a453f1aa2f0687888ab7f7b097..cf9f6feb337f925682ae310b72788830023416ca 100644 (file)
@@ -52,7 +52,7 @@ 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);