IOChannel.readUnichar

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

class IOChannel
readUnichar

Parameters

thechar gunichar

a location to return a character. out

Return Value

Type: GIOStatus

a GIOStatus

Throws

GException on failure.

Meta