Method
GioListModelget_item
since: 2.44
Declaration [src]
gpointer
g_list_model_get_item (
GListModel* list,
guint position
)
Description [src]
Get the item at position
.
If position
is greater than the number of items in list
, NULL
is returned.
NULL
is never returned for an index that is smaller than the length
of the list.
See also: g_list_model_get_n_items().
Available since: 2.44
This method is not directly available to language bindings.
The implementation of this method is provided by g_list_model_get_object()
in language bindings.