API版本:2.0
库版本:2.83.2
由gi-docgen 2024.1生成
自:2.44
void g_list_store_remove ( GListStore* store, guint position )
从store中移除位于position的项。position必须小于列表的当前长度。
store
position
使用g_list_store_splice()以高效的方式一次性移除多个项目。
g_list_store_splice()
类型: guint
guint
要移除的项的位置。