Method
EvinceDocumentMappingListfind
Declaration [src]
EvMapping*
ev_mapping_list_find (
  EvMappingList* mapping_list,
  gconstpointer data
)
Parameters
- data
- 
            Type: gconstpointerMapping data to find. The argument can be NULL.The data is owned by the caller of the method. 
Return value
Type: EvMapping
An EvMapping.
| The returned data is owned by the instance. |