EvDocumentFind
struct EvDocumentFindInterface; GList * ev_document_find_find_text (EvDocumentFind *document_find, EvPage *page, const gchar *text, gboolean case_sensitive);
EvDocumentFind *document_find
EvPage *page
const gchar *text
gboolean case_sensitive
struct EvDocumentFindInterface { GTypeInterface base_iface; /* Methods */ GList *(* find_text) (EvDocumentFind *document_find, EvPage *page, const gchar *text, gboolean case_sensitive); };
GList * ev_document_find_find_text (EvDocumentFind *document_find, EvPage *page, const gchar *text, gboolean case_sensitive);