Method
EvinceDocumentMappingListfind_custom
Declaration [src]
EvMapping*
ev_mapping_list_find_custom (
  EvMappingList* mapping_list,
  gconstpointer data,
  GCompareFunc func
)
Parameters
- data
- 
            Type: gconstpointerMapping data to find. The argument can be NULL.The data is owned by the caller of the function. 
- func
- 
            Type: GCompareFuncFunction to use for equality check. 
Return value
Type: EvMapping
An EvMapping.
| The data is owned by the instance. |