X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-page-action.h;h=636a24d9a7a3706821b67da1f11ef8e5ff0e2c20;hb=cd2d70e467e418c1a63e703f3e06df3cb2e92b87;hp=1695cb05536b11bb9f86579c17b0338016f2737f;hpb=d1e23d13d52f06f2aba2ece7ff17091110d8a3bb;p=evince.git diff --git a/shell/ev-page-action.h b/shell/ev-page-action.h index 1695cb05..636a24d9 100644 --- a/shell/ev-page-action.h +++ b/shell/ev-page-action.h @@ -23,6 +23,8 @@ #define EV_PAGE_ACTION_H #include +#include +#include G_BEGIN_DECLS @@ -53,11 +55,12 @@ struct _EvPageActionClass int page_number); }; -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); +GType ev_page_action_get_type (void); +void ev_page_action_set_document (EvPageAction *page_action, + EvDocument *document); +void ev_page_action_set_model (EvPageAction *page_action, + GtkTreeModel *model); + G_END_DECLS