函数
GPIOPollableSourceFunc
自:2.28
描述 [src]
这是由g_pollable_input_stream_create_source()和g_pollable_output_stream_create_source()生成的GSource
回调函数的函数类型。
自:2.28
参数
pollable_stream
-
类型:
GObject
是
GPollableInputStream
或GPollableOutputStream
。数据由函数的调用者拥有。 data
-
类型:
gpointer
用户传入的数据。
参数可以 NULL
。数据由函数的调用者拥有。