Method

GioOutputStreamis_closed

Declaration

gboolean
g_output_stream_is_closed (
  GOutputStream* stream
)

Description

Checks if an output stream has already been closed.

Return value

Type: gboolean

TRUE if stream is closed. FALSE otherwise.