|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for ev-document-find.c:Go to the source code of this file.
Functions | |
| static void | ev_document_find_default_init (EvDocumentFindInterface *klass) |
| GList * | ev_document_find_find_text (EvDocumentFind *document_find, EvPage *page, const gchar *text, gboolean case_sensitive) |
| GList * | ev_document_find_find_text_with_options (EvDocumentFind *document_find, EvPage *page, const gchar *text, EvFindOptions options) |
| EvFindOptions | ev_document_find_get_supported_options (EvDocumentFind *document_find) |
|
static |
Definition at line 28 of file ev-document-find.c.
| GList* ev_document_find_find_text | ( | EvDocumentFind * | document_find, |
| EvPage * | page, | ||
| const gchar * | text, | ||
| gboolean | case_sensitive | ||
| ) |
| GList* ev_document_find_find_text_with_options | ( | EvDocumentFind * | document_find, |
| EvPage * | page, | ||
| const gchar * | text, | ||
| EvFindOptions | options | ||
| ) |
| EvFindOptions ev_document_find_get_supported_options | ( | EvDocumentFind * | document_find) |