方法

声明 [源代码]

gpointer
g_async_queue_try_pop (
  GAsyncQueue* queue
)

描述 [源代码]

尝试从队列中弹出发送的数据。如果当前没有数据可用,则返回NULL

返回值

类型: gpointer

来自队列的数据或NULL,当没有数据立即可用时。

返回的数据由实例拥有。
返回值可以是NULL