Method
GLibIOChannelread_line_string
Declaration
GIOStatus
g_io_channel_read_line_string (
GIOChannel* channel,
GString* buffer,
gsize* terminator_pos,
GError** error
)
Parameters
buffer |
GString |
A |
|
The data is owned by the caller of the function. | |
terminator_pos |
gsize* |
Location to store position of line terminator, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GIOStatus |
The status of the operation. |