X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=inline;f=libview%2Fev-page-cache.c;h=d682080d1a7b75db092ec7e77375af1b227c44db;hb=65fd51ce805d7d032230e5c570434ace86ffd2e3;hp=9835caad2b6c31d4147bc8adbc968a32ec1c54f4;hpb=3a8589a7c5e0394df456074048845cddd04bc43d;p=evince.git diff --git a/libview/ev-page-cache.c b/libview/ev-page-cache.c index 9835caad..d682080d 100644 --- a/libview/ev-page-cache.c +++ b/libview/ev-page-cache.c @@ -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. */ #include @@ -218,6 +218,19 @@ ev_page_cache_set_page_range (EvPageCache *cache, } } +EvJobPageDataFlags +ev_page_cache_get_flags (EvPageCache *cache) +{ + return cache->flags; +} + +void +ev_page_cache_set_flags (EvPageCache *cache, + EvJobPageDataFlags flags) +{ + cache->flags = flags; +} + GList * ev_page_cache_get_link_mapping (EvPageCache *cache, gint page)