Top | ![]() |
![]() |
![]() |
![]() |
GList * ev_document_find_find_text (EvDocumentFind *document_find
,EvPage *page
,const gchar *text
,gboolean case_sensitive
);
document_find |
||
page |
an EvPage |
|
text |
text to find |
|
case_sensitive |
whether to match the string case |
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
);
struct EvDocumentFindInterface { GTypeInterface base_iface; /* Methods */ GList *(* find_text) (EvDocumentFind *document_find, EvPage *page, const gchar *text, gboolean case_sensitive); GList *(* find_text_with_options) (EvDocumentFind *document_find, EvPage *page, const gchar *text, EvFindOptions options); EvFindOptions (*get_supported_options) (EvDocumentFind *document_find); };