summaryrefslogtreecommitdiff
path: root/libview/ev-web-view.h
diff options
context:
space:
mode:
authorrootavish <[email protected]>2014-07-23 00:18:47 +0530
committerrootavish <[email protected]>2014-07-23 00:18:47 +0530
commitb219a4a96ed7f38bf3de46bff790b139955bd927 (patch)
tree2b343eca1700182dd1696c617e074be237b0e3bb /libview/ev-web-view.h
parent529473758fee66ac2fb0f2c89e4298789d183d5b (diff)
downloadatril-b219a4a96ed7f38bf3de46bff790b139955bd927.tar.bz2
atril-b219a4a96ed7f38bf3de46bff790b139955bd927.tar.xz
Cleaned some code, added select-all functionality
Select all functionality to select all content from the webview. Cleaned ev-jobs.c, it had a lot of unused code.
Diffstat (limited to 'libview/ev-web-view.h')
-rw-r--r--libview/ev-web-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-web-view.h b/libview/ev-web-view.h
index 19d6c8a1..eaa2ef3f 100644
--- a/libview/ev-web-view.h
+++ b/libview/ev-web-view.h
@@ -64,6 +64,7 @@ void ev_web_view_find_previous (EvWebView *webview);
/*Selection*/
gboolean ev_web_view_get_has_selection (EvWebView *webview);
+void ev_web_view_select_all (EvWebView *webview);
G_END_DECLS