方法
GioListStoreinsert
自: 2.44
声明 [src]
void
g_list_store_insert (
GListStore* store,
guint position,
GObject* item
)
描述 [src]
将 item
插入到 store
的 position
位置。 item
必须是 GListStore:item-type
类型或由此派生。 position
必须小于列表的长度,或者等于它以添加。
此函数将对 item
取 ref。
使用 g_list_store_splice()
以高效方式同时插入多个项。
自 2.44 以来可用
参数
position
-
类型:
guint
插入新项的位置。
item
-
类型:
GObject
新项。
数据由方法的调用者拥有。