]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-presentation.h
[dualscreen] beta pageswitch [shell] todo change run_presentation [presentation]...
[evince.git] / libview / ev-view-presentation.h
index 9394da6a34cb1a593b1b7ad8b02eaa39adac92a5..e15892435685c47a59b7b9f12b7954e932f873c8 100644 (file)
@@ -15,7 +15,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.
  */
 
 #if !defined (__EV_EVINCE_VIEW_H_INSIDE__) && !defined (EVINCE_COMPILATION)
@@ -42,8 +42,16 @@ GType                ev_view_presentation_get_type         (void) G_GNUC_CONST;
 
 GtkWidget      *ev_view_presentation_new             (EvDocument         *document,
                                                       guint               current_page,
-                                                      guint               rotation);
+                                                      guint               rotation,
+                                                      gboolean            inverted_colors);
 guint           ev_view_presentation_get_current_page (EvViewPresentation *pview);
+void                   ev_view_presentation_set_page             (EvViewPresentation *pview,
+                                                                          gint                            new_page);
+void            ev_view_presentation_next_page        (EvViewPresentation *pview);
+void            ev_view_presentation_previous_page    (EvViewPresentation *pview);
+void            ev_view_presentation_set_rotation     (EvViewPresentation *pview,
+                                                       gint                rotation);
+guint           ev_view_presentation_get_rotation     (EvViewPresentation *pview);
 
 G_END_DECLS