方法
GioListStoreappend
自从: 2.44
声明 [src]
void
g_list_store_append (
GListStore* store,
GObject* item
)
描述 [src]
将 item 添加到 store。 item 必须是 GListStore:item-type 类型。
此函数会引用 item。
为了高效添加多个项目,请使用 g_list_store_splice()。
自从: 2.44
参数
item-
类型:
GObject新的项目。
数据由方法调用者拥有。