Constructor
GioBufferedOutputStreamnew
Declaration [src]
GOutputStream*
g_buffered_output_stream_new (
  GOutputStream* base_stream
)
Parameters
- base_stream
- 
            Type: GOutputStreamThe data is owned by the caller of the function. 
Return value
Type: GOutputStream
A GOutputStream for the given base_stream.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |