IOChannel.readLineString

Reads a line from a GIOChannel, using a GString as a buffer.

class IOChannel
readLineString

Parameters

buffer StringG

a GString into which the line will be written. If buffer already contains data, the old data will be overwritten.

terminatorPos gsize

location to store position of line terminator, or NULL. [allow-none]

Return Value

Type: GIOStatus

the status of the operation.

Throws

GException on failure.

Meta