Top |
#define | EV_DOCUMENT_FIND_IFACE() |
#define | EV_IS_DOCUMENT_FIND_IFACE() |
GList * | ev_document_find_find_text () |
#define EV_DOCUMENT_FIND_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_FIND, EvDocumentFindInterface))
#define EV_IS_DOCUMENT_FIND_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_FIND))
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 |