X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-view-presentation.h;h=14a45f05d41a8471cab980b0a8510f8dcd9e7fbe;hb=efec6a4b614de84b8639977f278159aa28c38994;hp=9394da6a34cb1a593b1b7ad8b02eaa39adac92a5;hpb=6d690c345c434c074333fa0971af0406eeb2719e;p=evince.git diff --git a/libview/ev-view-presentation.h b/libview/ev-view-presentation.h index 9394da6a..14a45f05 100644 --- a/libview/ev-view-presentation.h +++ b/libview/ev-view-presentation.h @@ -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