Constructor
GioListStorenew
since: 2.44
Declaration [src]
GListStore*
g_list_store_new (
GType item_type
)
Description [src]
Creates a new GListStore
with items of type item_type
. item_type
must be a subclass of GObject
.
Available since: 2.44
Return value
Type: GListStore
A new GListStore
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |