Method

EvinceDocumentMappingListfind

Declaration [src]

EvMapping*
ev_mapping_list_find (
  EvMappingList* mapping_list,
  gconstpointer data
)

Description

No description available.

Parameters

data gconstpointer
 

Mapping data to find.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: EvMapping
 

An EvMapping.

 The data is owned by the instance.