]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-view.h
Use a const to return title so that we dont double free it. Small cleanup
[evince.git] / shell / ev-view.h
index ea55fcd6b7c9fffc4285c25dc13e3aacb1b91c0a..42437616bf15601cdaec30f31e9dfe9744d7c92f 100644 (file)
@@ -86,12 +86,11 @@ void                ev_view_set_zoom          (EvView         *view,
                                           gboolean        relative);
 double         ev_view_get_zoom          (EvView         *view);
 
-void           ev_view_set_zoom_for_size (EvView         *view,
-                                          int             width,
-                                          int             height,
-                                          int             vsb_width,
-                                          int             hsb_height);
-
+void           ev_view_set_zoom_for_size (EvView *view,
+                                          int     width,
+                                          int     height,
+                                          int     vsb_width,
+                                          int     hsb_height);
 /* Find */
 gboolean       ev_view_can_find_next     (EvView         *view);
 void            ev_view_find_next         (EvView         *view);