API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.24
gboolean g_output_stream_is_closing ( GOutputStream* stream )
Checks if an output stream is being closed. This can be used inside e.g. a flush implementation to see if the flush (or other i/o operation) is called from within the closing operation.
Available since: 2.24
Type: gboolean
gboolean
TRUE if stream is being closed. FALSE otherwise.
TRUE
stream
FALSE