IOChannel.readUnichar

Reads a Unicode character from @channel. This function cannot be called on a channel with %NULL encoding.

class IOChannel
readUnichar
(
out dchar thechar
)

Parameters

thechar dchar

a location to return a character

Return Value

Type: GIOStatus

a #GIOStatus

Throws

GException on failure.

Meta