Function
GioPollableSourceFunc
Description
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 |
GObject |
The |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
Data passed in by the user. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |