get_item_type
Description:
[
Version ( since =
"2.44" ) ]
public abstract Type get_item_type ()
Gets the type of the items in this.
All items returned from g_list_model_get_type
are of that type or a subtype, or are an implementation of that interface.
The item type of a ListModel can not change during the life of the model.
Parameters:
Returns:
the Type of the items contained in this.
|