Function
EvinceDocumentMappingListnew
Declaration [src]
EvMappingList*
ev_mapping_list_new (
  guint page,
  GList* list,
  GDestroyNotify data_destroy_func
)
Parameters
- page
- 
            Type: guintPage index for this mapping. 
- list
- 
            Type: A list of EvMapping*A GListof data for the page.The data is owned by the caller of the function. 
- data_destroy_func
- 
            Type: GDestroyNotifyFunction to free a list element. 
Return value
Type: EvMappingList
An EvMappingList.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |