Method
GLibIOChannelset_flags
Declaration
GIOStatus
g_io_channel_set_flags (
GIOChannel* channel,
GIOFlags flags,
GError** error
)
Parameters
flags |
GIOFlags |
The flags to set on the IO channel. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GIOStatus |
The status of the operation. |