since: 0.12.0
since: 0.15.0
since: 0.11.0
since: 0.11.0
since: 1.0.0
since: 0.11.0
Clears the pending flag onstream.
Closes the stream, releasing resources related to it.
Requests an asynchronous closes of the stream, releasing resources related to it.When the operation is finishedcallback will be called.You can then callg_input_stream_close_finish() to get the result of the operation.
Finishes closing a stream asynchronously, started from g_input_stream_close_async().
Checks if an input stream has pending actions.
Checks if an input stream is closed.
Tries to readcount bytes from the stream into the buffer starting atbuffer. Will block during this read.
Tries to readcount bytes from the stream into the buffer starting atbuffer. Will block during this read.
Request an asynchronous read ofcount bytes from the stream into thebuffer starting atbuffer.
since: 2.44
Finishes an asynchronous stream read operation started with g_input_stream_read_all_async().
since: 2.44
Request an asynchronous read ofcount bytes from the stream into the bufferstarting atbuffer. When the operation is finishedcallback will be called.You can then callg_input_stream_read_finish() to get the result of the operation.
Like g_input_stream_read(), this tries to readcount bytes fromthe stream in a blocking fashion. However, rather than reading intoa user-supplied buffer, this will create a newGBytes containingthe data that was read. This may be easier to use from language bindings.
since: 2.34
Request an asynchronous read ofcount bytes from the stream into anewGBytes. When the operation is finishedcallback will becalled. You can then callg_input_stream_read_bytes_finish() to get theresult of the operation.
since: 2.34
Finishes an asynchronous stream read-into-GBytes operation.
since: 2.34
Finishes an asynchronous stream read operation.
Setsstream to have actions pending. If the pending flag isalready set orstream is closed, it will returnFALSE and seterror.
Tries to skipcount bytes from the stream. Will block during the operation.
Request an asynchronous skip ofcount bytes from the stream.When the operation is finishedcallback will be called.You can then callg_input_stream_skip_finish() to get the resultof the operation.
Finishes a stream skip operation.
since: 0.13.0
since: 0.17.0
The notify signal is emitted on an object when one of its properties hasits value set through g_object_set_property(), g_object_set(), et al.