Method

GioOutputStreamis_closed

Declaration [src]

gboolean
g_output_stream_is_closed (
  GOutputStream* stream
)

Description [src]

Checks if an output stream has already been closed.

Return value

Type: gboolean

TRUE if stream is closed. FALSE otherwise.