From 5120e3dbe4ca81eb71136a8cde7c4b17f14f23a8 Mon Sep 17 00:00:00 2001 From: Jonathan Blandford Date: Fri, 01 Apr 2005 07:03:05 +0000 Subject: Changed to use page labels now. Rewrote completely because I didn't Fri Apr 1 01:59:39 2005 Jonathan Blandford * shell/ev-page-action.c: Changed to use page labels now. Rewrote completely because I didn't understand GtkActions. I should read Marco's code more carefully in the future. * backend/ev-page-cache.h (ev_page_cache_set_page_label): New function --- (limited to 'backend/ev-page-cache.h') diff --git a/backend/ev-page-cache.h b/backend/ev-page-cache.h index bf5e3d1..24f5262 100644 --- a/backend/ev-page-cache.h +++ b/backend/ev-page-cache.h @@ -45,6 +45,8 @@ char *ev_page_cache_get_page_label (EvPageCache *page_cache, gint ev_page_cache_get_current_page (EvPageCache *page_cache); void ev_page_cache_set_current_page (EvPageCache *page_cache, int page); +gboolean ev_page_cache_set_page_label (EvPageCache *page_cache, + const char *page_label); void ev_page_cache_set_link (EvPageCache *page_cache, EvLink *link); gboolean ev_page_cache_next_page (EvPageCache *page_cache); -- cgit v0.9.1