方法
GioListModelget_item
自 2.44 版本起
声明 [源]
gpointer
g_list_model_get_item (
GListModel* list,
guint position
)
描述 [源]
获取位于 position
的项。
如果 position
大于 list
中的项数,则返回 NULL
。
对于小于列表长度的索引,永远不会返回 NULL
。
另请参阅:g_list_model_get_n_items()。