Constructor

BisEnumListModelnew

Declaration [src]

BisEnumListModel*
bis_enum_list_model_new (
  GType enum_type
)

Description [src]

Creates a new BisEnumListModel for enum_type.

Available since:1.0

Parameters

enum_type GType
 

The type of the enum to construct the model from.

Return value

Returns: BisEnumListModel
 

The newly created BisEnumListModel

 The caller of the function takes ownership of the data, and is responsible for freeing it.