Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
_EvDocumentFindInterface Struct Reference

#include <ev-document-find.h>

Data Fields

GTypeInterface base_iface
 
GList *(* find_text )(EvDocumentFind *document_find, EvPage *page, const gchar *text, gboolean case_sensitive)
 
GList *(* find_text_with_options )(EvDocumentFind *document_find, EvPage *page, const gchar *text, EvFindOptions options)
 
EvFindOptions(* get_supported_options )(EvDocumentFind *document_find)
 

Detailed Description

Definition at line 52 of file ev-document-find.h.

Field Documentation

GTypeInterface _EvDocumentFindInterface::base_iface

Definition at line 54 of file ev-document-find.h.

GList*(* _EvDocumentFindInterface::find_text)(EvDocumentFind *document_find, EvPage *page, const gchar *text, gboolean case_sensitive)

Definition at line 57 of file ev-document-find.h.

GList*(* _EvDocumentFindInterface::find_text_with_options)(EvDocumentFind *document_find, EvPage *page, const gchar *text, EvFindOptions options)

Definition at line 61 of file ev-document-find.h.

EvFindOptions(* _EvDocumentFindInterface::get_supported_options)(EvDocumentFind *document_find)

Definition at line 65 of file ev-document-find.h.


The documentation for this struct was generated from the following file: