Function
GioPollableSourceFunc
since: 2.28
Description [src]
This is the function type of the callback used for the GSource
returned by g_pollable_input_stream_create_source()
and g_pollable_output_stream_create_source().
Available since: 2.28
Parameters
pollable_stream
-
Type:
GObject
The
GPollableInputStream
orGPollableOutputStream
.The data is owned by the caller of the function. data
-
Type:
gpointer
Data passed in by the user.
The argument can be NULL
.The data is owned by the caller of the function.