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 g_list_model_get_n_items().
the position of the item to fetch
the item at position.
2.44
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 g_list_model_get_n_items().