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 'shell/ev-page-action.h') diff --git a/shell/ev-page-action.h b/shell/ev-page-action.h index 1695cb0..295c358 100644 --- a/shell/ev-page-action.h +++ b/shell/ev-page-action.h @@ -23,6 +23,7 @@ #define EV_PAGE_ACTION_H #include +#include G_BEGIN_DECLS @@ -54,10 +55,9 @@ struct _EvPageActionClass }; GType ev_page_action_get_type (void); -void ev_page_action_set_total_pages (EvPageAction *page_action, - int total_pages); -void ev_page_action_set_current_page (EvPageAction *page_action, - int current_page); +void ev_page_action_set_document (EvPageAction *page_action, + EvDocument *document); + G_END_DECLS -- cgit v0.9.1