方法

GioListStoreappend

自从: 2.44

声明 [src]

void
g_list_store_append (
  GListStore* store,
  GObject* item
)

描述 [src]

item 添加到 storeitem 必须是 GListStore:item-type 类型。

此函数会引用 item

为了高效添加多个项目,请使用 g_list_store_splice()

自从: 2.44

参数

item

类型: GObject

新的项目。

数据由方法调用者拥有。