summaryrefslogtreecommitdiff
path: root/libview
diff options
context:
space:
mode:
authorCarlos Garcia Campos <[email protected]>2013-07-12 12:29:30 +0200
committerraveit65 <[email protected]>2017-09-06 18:25:34 +0200
commitb8a5accb01cf79c65e4af8d493bc74a098f7a612 (patch)
treea745a53807fbf1a5513468e25ea1218de47371e4 /libview
parentccc250e10e478364e610dc9d274dec1466cc24a4 (diff)
downloadatril-b8a5accb01cf79c65e4af8d493bc74a098f7a612.tar.bz2
atril-b8a5accb01cf79c65e4af8d493bc74a098f7a612.tar.xz
libview: Deprecate ev_view_scroll in favor of g_signal_emit_by_name
origin commit: https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=4be9bc1
Diffstat (limited to 'libview')
-rw-r--r--libview/ev-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-view.h b/libview/ev-view.h
index fdce44c7..97c8cac2 100644
--- a/libview/ev-view.h
+++ b/libview/ev-view.h
@@ -91,6 +91,7 @@ void ev_view_hide_cursor (EvView *view);
void ev_view_show_cursor (EvView *view);
/* Navigation */
+EV_DEPRECATED_FOR(g_signal_emit_by_name)
void ev_view_scroll (EvView *view,
GtkScrollType scroll,
gboolean horizontal);