Method
GLibIOChannelget_encoding
Declaration [src]
const gchar*
g_io_channel_get_encoding (
GIOChannel* channel
)
Description [src]
Gets the encoding for the input/output of the channel.
The internal encoding is always UTF-8. The encoding NULL
makes the channel safe for binary data.