summaryrefslogtreecommitdiff
path: root/libview/ev-view-private.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-09 11:53:06 +0100
committerinfirit <[email protected]>2014-12-09 23:02:27 +0100
commita81dc81efad42fb0c8752bd7d33a0c3f0e81c3bd (patch)
treeb17e68510c0e0553a9d26350b0eaf0e571460111 /libview/ev-view-private.h
parentee955d1c853cab401b29e8c43f1be7165bc27425 (diff)
downloadatril-a81dc81efad42fb0c8752bd7d33a0c3f0e81c3bd.tar.bz2
atril-a81dc81efad42fb0c8752bd7d33a0c3f0e81c3bd.tar.xz
[libview] Handle layers state actions
Show/Hide layers according to the action and emit a signal to notify that layers have changed. Based on evince commit: 7e3392ba15113588d1f141a624df852007e75774 From: Carlos Garcia Campos <[email protected]>
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 47b57679..68189432 100644
--- a/libview/ev-view-private.h
+++ b/libview/ev-view-private.h
@@ -218,6 +218,7 @@ struct _EvViewClass {
EvSourceLink *link);
void (*annot_added) (EvView *view,
EvAnnotation *annot);
+ void (*layers_changed) (EvView *view);
};
void _get_page_size_for_scale_and_rotation (EvDocument *document,