]> www.fi.muni.cz Git - evince.git/blobdiff - backend/ev-document.h
Updated Czech translation.
[evince.git] / backend / ev-document.h
index e95ce96f277c080ddc8191a37392ead2fe25a05d..2cea42f373ad5f0c83299e82f292b2ed889f9e96 100644 (file)
@@ -56,6 +56,11 @@ typedef enum
        EV_DOCUMENT_ERROR_ENCRYPTED
 } EvDocumentError;
 
+typedef struct {
+       double x;
+       double y;
+} EvPoint;
+
 typedef struct {
        double x1;
        double y1;
@@ -89,9 +94,6 @@ struct _EvDocumentIface
                                              int           page);
        GdkPixbuf      * (* render_pixbuf)   (EvDocument      *document,
                                              EvRenderContext *rc);
-       EvOrientation    (* get_orientation) (EvDocument   *document);
-       void             (* set_orientation) (EvDocument   *document,
-                                             EvOrientation orientation);
        EvDocumentInfo * (* get_info)        (EvDocument   *document);
 };
 
@@ -123,10 +125,6 @@ GList             *ev_document_get_links       (EvDocument     *document,
                                             int             page);
 GdkPixbuf      *ev_document_render_pixbuf   (EvDocument     *document,
                                             EvRenderContext *rc);
-EvOrientation   ev_document_get_orientation (EvDocument     *document);
-void           ev_document_set_orientation (EvDocument     *document,
-                                            EvOrientation   orientation);
-
 
 gint            ev_rect_cmp                 (EvRectangle    *a,
                                             EvRectangle    *b);