Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-01-11 09:48:17 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-01-11 09:48:17 (GMT)
commit571c029b39457f4971a58f73819f67bd5dcd5145 (patch)
tree57a8f49bca3e717f287c941d111d35be95997d5f /libview/ev-view-private.h
parent300129438fd830e0cb4b904b743d7c8d72086885 (diff)
Add selection-changed signal to EvView to notify that selection has changed
And remove has-selection property that was used for that.
Diffstat (limited to 'libview/ev-view-private.h')
-rw-r--r--libview/ev-view-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-view-private.h b/libview/ev-view-private.h
index 4c2457e..09f6163 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -193,6 +193,7 @@ struct _EvViewClass {
EvLinkAction *action);
void (*popup_menu) (EvView *view,
EvLink *link);
+ void (*selection_changed) (EvView *view);
};
void _get_page_size_for_scale_and_rotation (EvDocument *document,