Constructor
BirbQueuedOutputStreamnew
since: 0.1
Declaration [src]
GOutputStream*
birb_queued_output_stream_new (
  GOutputStream* base_stream
)
      Parameters
base_stream- 
            
Type:
GOutputStreamBase output stream to wrap with the queued stream.
The data is owned by the caller of the function.  
Return value
Type: BirbQueuedOutputStream
The new stream.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |