Virtual Method
EvinceDocumentDocumentFindfind_text
Declaration [src]
GList*
find_text (
EvDocumentFind* document_find,
EvPage* page,
const gchar* text,
gboolean case_sensitive
)
Parameters
page |
EvPage |
An |
|
The data is owned by the caller of the function. | |
text |
const gchar* |
Text to find. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
case_sensitive |
gboolean |
Whether to match the string case. |