Virtual Method

EvinceDocumentDocumentFindfind_text_extended

Declaration [src]

GList*
find_text_extended (
  EvDocumentFind* document_find,
  EvPage* page,
  const gchar* text,
  EvFindOptions options
)

Description

No description available.

Parameters

page EvPage
 

An EvPage.

 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.
options EvFindOptions
 

A set of EvFindOptions.

Return value

Returns: A list of None
 

A list of results.

 The caller of the function takes ownership of the data, and is responsible for freeing it.