方法

GLibAsyncQueuepush_front

自2.46

声明 [src]

void
g_async_queue_push_front (
  GAsyncQueue* queue,
  gpointer item
)

描述 [src]

item 推入 队列item 不能为 NULL。与 g_async_queue_push() 不同,此函数将新项目推送到队列中已有的项目之前,因此它将是下一个被从队列中弹出的项目。

自2.46起可用

参数

item

类型: gpointer

要推入 队列 的数据。

数据由方法的调用者拥有。