Function
EvinceDocumentMappingListnew
Declaration [src]
EvMappingList*
ev_mapping_list_new (
guint page,
GList* list,
GDestroyNotify data_destroy_func
)
Parameters
page
-
Type:
guint
Page index for this mapping.
list
-
Type: A list of
EvMapping*
A
GList
of data for the page.The data is owned by the caller of the function. data_destroy_func
-
Type:
GDestroyNotify
Function 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. |