diff options
Diffstat (limited to 'libdocument/ev-document-find.c')
-rw-r--r-- | libdocument/ev-document-find.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libdocument/ev-document-find.c b/libdocument/ev-document-find.c index 92dfffe5..4be1b201 100644 --- a/libdocument/ev-document-find.c +++ b/libdocument/ev-document-find.c @@ -29,6 +29,15 @@ ev_document_find_default_init (EvDocumentFindInterface *klass) { } +/** + * ev_document_find_find_text: + * @document_find: an #EvDocumentFind + * @page: an #EvPage + * @text: text to find + * @case_sensitive: whether to match the string case + * + * Returns: (transfer full) (element-type EvRectangle): a list of results + */ GList * ev_document_find_find_text (EvDocumentFind *document_find, EvPage *page, |