Method
BirbResponseStreamget_input_stream
since: 0.6
Declaration [src]
GInputStream*
birb_response_stream_get_input_stream (
BirbResponseStream* stream
)
Description [src]
Gets the input stream.
This stream should be used as the normal input stream you would read from.
Available since: 0.6
| Gets property | Birb.ResponseStream:input-stream |
Return value
Type: GInputStream
The input stream.
| The returned data is owned by the instance. |