EvDocumentFind
EvDocumentFind
|
|
Object Hierarchy
GInterface
+----EvDocumentFind
Details
EV_DOCUMENT_FIND_IFACE()
#define EV_DOCUMENT_FIND_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_DOCUMENT_FIND, EvDocumentFindIface))
EV_IS_DOCUMENT_FIND_IFACE()
#define EV_IS_DOCUMENT_FIND_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_DOCUMENT_FIND))
EvDocumentFind
typedef struct _EvDocumentFind EvDocumentFind;
EvDocumentFindIface
typedef struct {
GTypeInterface base_iface;
/* Methods */
GList *(* find_text) (EvDocumentFind *document_find,
EvPage *page,
const gchar *text,
gboolean case_sensitive);
} EvDocumentFindIface;
ev_document_find_find_text ()
GList * ev_document_find_find_text (EvDocumentFind *document_find
,
EvPage *page
,
const gchar *text
,
gboolean case_sensitive
);