X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libview%2Fev-page-cache.h;h=7f3345fa984f8baf89c91f234aec93643452a51e;hb=2297bff1e7d745f0f837d44feeda03244368d7f1;hp=498027d2f21dc7cf782719dda6d930df72ea3f9e;hpb=3a8589a7c5e0394df456074048845cddd04bc43d;p=evince.git diff --git a/libview/ev-page-cache.h b/libview/ev-page-cache.h index 498027d2..7f3345fa 100644 --- a/libview/ev-page-cache.h +++ b/libview/ev-page-cache.h @@ -14,7 +14,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) @@ -27,6 +27,7 @@ #include #include #include +#include G_BEGIN_DECLS @@ -37,22 +38,25 @@ G_BEGIN_DECLS typedef struct _EvPageCache EvPageCache; typedef struct _EvPageCacheClass EvPageCacheClass; -GType ev_page_cache_get_type (void) G_GNUC_CONST; -EvPageCache *ev_page_cache_new (EvDocument *document); - -void ev_page_cache_set_page_range (EvPageCache *cache, - gint start, - gint end); -GList *ev_page_cache_get_link_mapping (EvPageCache *cache, - gint page); -GList *ev_page_cache_get_image_mapping (EvPageCache *cache, - gint page); -GList *ev_page_cache_get_form_field_mapping (EvPageCache *cache, - gint page); -GList *ev_page_cache_get_annot_mapping (EvPageCache *cache, - gint page); -GdkRegion *ev_page_cache_get_text_mapping (EvPageCache *cache, - gint page); +GType ev_page_cache_get_type (void) G_GNUC_CONST; +EvPageCache *ev_page_cache_new (EvDocument *document); + +void ev_page_cache_set_page_range (EvPageCache *cache, + gint start, + gint end); +EvJobPageDataFlags ev_page_cache_get_flags (EvPageCache *cache); +void ev_page_cache_set_flags (EvPageCache *cache, + EvJobPageDataFlags flags); +GList *ev_page_cache_get_link_mapping (EvPageCache *cache, + gint page); +GList *ev_page_cache_get_image_mapping (EvPageCache *cache, + gint page); +GList *ev_page_cache_get_form_field_mapping (EvPageCache *cache, + gint page); +GList *ev_page_cache_get_annot_mapping (EvPageCache *cache, + gint page); +GdkRegion *ev_page_cache_get_text_mapping (EvPageCache *cache, + gint page); G_END_DECLS