Constructor
GioBufferedOutputStreamnew_sized
Declaration [src]
GOutputStream*
g_buffered_output_stream_new_sized (
  GOutputStream* base_stream,
  gsize size
)
Parameters
- base_stream
- 
            Type: GOutputStreamThe data is owned by the caller of the function. 
- size
- 
            Type: gsizeA #gsize. 
Return value
Type: GOutputStream
A GOutputStream with an internal buffer set to size.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |