diff options
author | rootavish <[email protected]> | 2014-08-07 17:43:55 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-08-07 17:43:55 +0530 |
commit | ff0a79e545356046c7145bff0630a7cd50ad977c (patch) | |
tree | 69bcf2b5c333151297378f7da28a573b0d655f5f /libview/ev-web-view.h | |
parent | 65dd892279c70b31509a5e478ae6f9aa44d9cd21 (diff) | |
download | atril-ff0a79e545356046c7145bff0630a7cd50ad977c.tar.bz2 atril-ff0a79e545356046c7145bff0630a7cd50ad977c.tar.xz |
Ability to search through epub documents
You can now search through the entire epub document. In the next commit I'm adding support for webkit2 with gtk3.
Diffstat (limited to 'libview/ev-web-view.h')
-rw-r--r-- | libview/ev-web-view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libview/ev-web-view.h b/libview/ev-web-view.h index 751e7381..661ed9d0 100644 --- a/libview/ev-web-view.h +++ b/libview/ev-web-view.h @@ -69,10 +69,10 @@ void ev_web_view_find_changed (EvWebView *webview, gchar *text, gboolean case_sensitive); -void ev_web_view_find_search_changed (EvWebView *webview,gboolean visible); +void ev_web_view_find_search_changed (EvWebView *webview); void ev_web_view_find_cancel (EvWebView *webview); void ev_web_view_find_set_highlight_search (EvWebView *webview,gboolean visible); - +void ev_web_view_set_handler (EvWebView *webview,gboolean visible); /* Selection */ gboolean ev_web_view_get_has_selection (EvWebView *webview); void ev_web_view_select_all (EvWebView *webview); |