]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-page-action.h
Updated Catalan translation
[evince.git] / shell / ev-page-action.h
index 8ac0d54cfa2c3441246882ba5e945b53a0a7d4ad..6337bdedc9aa9488ec493f160bc96030452d5a4c 100644 (file)
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
- *  $Id$
  */
 
 #ifndef EV_PAGE_ACTION_H
 #define EV_PAGE_ACTION_H
 
  */
 
 #ifndef EV_PAGE_ACTION_H
 #define EV_PAGE_ACTION_H
 
-#include <gtk/gtkaction.h>
-#include <gtk/gtktreemodel.h>
+#include <gtk/gtk.h>
+
 #include <ev-document.h>
 #include <ev-document.h>
+#include "ev-link.h"
 
 G_BEGIN_DECLS
 
 
 G_BEGIN_DECLS
 
@@ -51,8 +51,8 @@ struct _EvPageActionClass
 {
        GtkActionClass parent_class;
 
 {
        GtkActionClass parent_class;
 
-       void (* goto_page) (EvPageAction *page_action,
-                           int           page_number);
+       void     (* activate_link) (EvPageAction *page_action,
+                                   EvLink       *link);
 };
 
 GType ev_page_action_get_type     (void);
 };
 
 GType ev_page_action_get_type     (void);