Method
GLibIOChannelread_to_end
Declaration
GIOStatus
g_io_channel_read_to_end (
GIOChannel* channel,
gchar** str_return,
gsize* length,
GError** error
)
Parameters
str_return |
An array of guint8 |
Location to
store a pointer to a string holding the remaining data in the
|
|
The argument will be set by the function. | |
The length of the array is specified in the length argument. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
length |
gsize* |
Location to store length of the data. |
|
The argument will be set by the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GIOStatus |
|