diff options
author | Wu Xiaotian <[email protected]> | 2019-01-29 17:50:46 +0800 |
---|---|---|
committer | Wu Xiaotian <[email protected]> | 2019-03-06 12:11:01 +0800 |
commit | 70a278d95023d368570b6285ae8e2c2e559220f0 (patch) | |
tree | 341d832e24a40760984793dc8bd5fede0df1fe0f /libdocument/ev-document-find.h | |
parent | 2b66cf239e0094f385df95eec313b2c0249acb91 (diff) | |
download | atril-70a278d95023d368570b6285ae8e2c2e559220f0.tar.bz2 atril-70a278d95023d368570b6285ae8e2c2e559220f0.tar.xz |
drop current epub supportwip/libgepub
Diffstat (limited to 'libdocument/ev-document-find.h')
-rw-r--r-- | libdocument/ev-document-find.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libdocument/ev-document-find.h b/libdocument/ev-document-find.h index 2b6ba68b..7fcf49c7 100644 --- a/libdocument/ev-document-find.h +++ b/libdocument/ev-document-find.h @@ -52,11 +52,6 @@ struct _EvDocumentFindInterface EvPage *page, const gchar *text, gboolean case_sensitive); - - guint (* check_for_hits) (EvDocumentFind *document_find, - EvPage *page, - const gchar *text, - gboolean case_sensitive); }; GType ev_document_find_get_type (void) G_GNUC_CONST; @@ -65,10 +60,6 @@ GList *ev_document_find_find_text (EvDocumentFind *document_find, const gchar *text, gboolean case_sensitive); -guint ev_document_find_check_for_hits (EvDocumentFind *document_find, - EvPage *page, - const gchar *text, - gboolean case_sensitive); G_END_DECLS #endif /* EV_DOCUMENT_FIND_H */ |