DataInputStream.readUntilFinish

Finish an asynchronous call started by g_data_input_stream_read_until_async().

More...
class DataInputStream
string
readUntilFinish

Parameters

result AsyncResultIF

the #GAsyncResult that was provided to the callback.

length size_t

a #gsize to get the length of the data read in.

Return Value

Type: string

a string with the data that was read before encountering any of the stop characters. Set @length to a #gsize to get the length of the string. This function will return %NULL on an error.

Detailed Description

Deprecated: Use g_data_input_stream_read_upto_finish() instead, which has more consistent behaviour regarding the stop character.

Throws

GException on failure.

Meta

Since

2.20