IOChannel.readLineString
glib.types.IOStatus readLineString(glib.string_.String buffer, out size_t terminatorPos)Reads a line from a #GIOChannel, using a #GString as a buffer.
Parameters
buffer | a #GString into which the line will be written. If buffer already contains data, the old data will be overwritten. |
terminatorPos | location to store position of line terminator, or null |
Returns
the status of the operation.
Throws
[IOChannelException]