方法

GioListStoreremove

自:2.44

声明 [来源]

void
g_list_store_remove (
  GListStore* store,
  guint position
)

描述 [来源]

store中移除位于position的项。position必须小于列表的当前长度。

使用g_list_store_splice()以高效的方式一次性移除多个项目。

自:2.44

参数

position

类型: guint

要移除的项的位置。