Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2006-05-04 08:24:19 (GMT)
committer Carlos Garcia Campos <carlosgc@src.gnome.org>2006-05-04 08:24:19 (GMT)
commitfdf6ceaeede339118ddc2d389ba60be8e3bae9c1 (patch)
treec9fd3fa8641dc887248dae7e75c3a2f4cdebce00 /shell/ev-view-private.h
parentcbb0117c2cd79100c000ab0cb85ddde421478280 (diff)
Add support for Named Action links
2006-05-03 Carlos Garcia Campos <carlosgc@gnome.org> * backend/ev-link-action.[ch]: * pdf/ev-poppler.cc: (ev_link_from_action): * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named): * shell/ev-window.c: (do_action_named), (view_external_link_cb): Add support for Named Action links
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index 1d09cb3..a53fe54 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -129,7 +129,7 @@ struct _EvViewClass {
gboolean horizontal);
void (*zoom_invalid) (EvView *view);
void (*external_link) (EvView *view,
- EvLink *link);
+ EvLinkAction *action);
void (*popup_menu) (EvView *view,
EvLink *link);
};