MappingList.this

  1. this(EvMappingList* evMappingList, bool ownedRef)
  2. this(uint page, ListG list, GDestroyNotify dataDestroyFunc)
    class MappingList
    this
    (
    uint page
    ,
    ListG list
    ,
    GDestroyNotify dataDestroyFunc
    )

Parameters

page uint

page index for this mapping

list ListG

a #GList of data for the page

dataDestroyFunc GDestroyNotify

function to free a list element

Return Value

an #EvMappingList

Throws

ConstructionException GTK+ fails to create the object.

Meta