Interface
PapersDocumentDocumentFind
Prerequisite
In order to implement DocumentFind, your type must inherit fromGObject
.
Interface structure
struct PapersDocumentDocumentFindInterface {
GTypeInterface base_iface;
PpsFindOptions (* get_supported_options) (
PpsDocumentFind* document_find
);
GList* (* find_text) (
PpsDocumentFind* document_find,
PpsPage* page,
const gchar* text,
PpsFindOptions options
);
}
No description available.
Interface members
base_iface |
|
No description available. |
|
get_supported_options |
|
No description available. |
|
find_text |
|
No description available. |