方法

GLibQueueremove

自:2.4

声明 [源码]

gboolean
g_queue_remove (
  GQueue* queue,
  gconstpointer data
)

描述 [源码]

queue 中删除包含 data 的第一个元素。

自:2.4

参数

data

类型: gconstpointer

要删除的数据。

此参数可以是 NULL
数据由方法的调用者拥有。

返回值

类型: gboolean

如果找到并从 queue 中删除了 data,则返回 TRUE