Method
GioIOStreamget_input_stream
since: 2.22
Declaration [src]
GInputStream*
g_io_stream_get_input_stream (
GIOStream* stream
)
Description [src]
Gets the input stream for this object. This is used for reading.
Available since: 2.22
Gets property | Gio.IOStream:input-stream |
Return value
Type: GInputStream
A GInputStream
, owned by the GIOStream
.
Do not free.
The returned data is owned by the instance. |