|  |  |  | Evince Programmer's Reference Manual |  | 
|---|---|---|---|---|
#define EV_DOCUMENT_FIND_IFACE (k) #define EV_IS_DOCUMENT_FIND_IFACE (k) EvDocumentFind; EvDocumentFindIface; GList* ev_document_find_find_text (EvDocumentFind *document_find, EvPage *page, const gchar *text, gboolean case_sensitive);
#define EV_DOCUMENT_FIND_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_FIND, EvDocumentFindIface))
| 
 | 
#define EV_IS_DOCUMENT_FIND_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_FIND))
| 
 | 
typedef struct {
	GTypeInterface base_iface;
        /* Methods */
	GList 	*(* find_text)     (EvDocumentFind *document_find,
				    EvPage         *page,
				    const gchar    *text,
				    gboolean        case_sensitive);
} EvDocumentFindIface;
GList* ev_document_find_find_text (EvDocumentFind *document_find, EvPage *page, const gchar *text, gboolean case_sensitive);
| 
 | |
| 
 | |
| 
 | |
| 
 | |
| Returns : |