Description Usage Arguments Author(s)
Sets whether or not the stream
's buffer should automatically grow.
If auto.grow
is true, then each write will just make the buffer
larger, and you must manually flush the buffer to actually write out
the data to the underlying stream.
1 | gBufferedOutputStreamSetAutoGrow(object, auto.grow)
|
|
a |
|
a |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.