Interface

PapersDocumentDocumentFind

Description

interface PapersDocument.DocumentFind : GObject.Object

No description available.

Prerequisite

In order to implement DocumentFind, your type must inherit fromGObject.

Instance methods

pps_document_find_find_text
No description available.

pps_document_find_get_supported_options
No description available.

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
GTypeInterface
 

No description available.

get_supported_options
PpsFindOptions (* get_supported_options) (
    PpsDocumentFind* document_find
  )
 

No description available.

find_text
GList* (* find_text) (
    PpsDocumentFind* document_find,
    PpsPage* page,
    const gchar* text,
    PpsFindOptions options
  )
 

No description available.

Virtual methods