Gio.BufferedOutputStream.prototype.get_auto_grow
function get_auto_grow(): Boolean { // Gjs wrapper for g_buffered_output_stream_get_auto_grow() }
Checks if the buffer automatically grows as data is added.
- Returns
true if the stream's buffer automatically grows, false otherwise.