Constructor
GioBufferedOutputStreamnew_sized
Declaration [src]
GOutputStream*
g_buffered_output_stream_new_sized (
GOutputStream* base_stream,
gsize size
)
Parameters
base_stream
-
Type:
GOutputStream
The data is owned by the caller of the function. size
-
Type:
gsize
A #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. |