方法
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起可用