方法

GLibAsyncQueuepush

声明 [src]

void
g_async_queue_push (
  GAsyncQueue* queue,
  gpointer data
)

描述 [src]

将数据 data 推入队列 queue

data 参数不能为 NULL

参数

data

类型: gpointer

推入队列的数据。

数据由方法调用者拥有。