Gio.IOStream.is_closed (original) (raw)

Gio

API Version: 2.0

Library Version: 2.85.0

Type

IOStream

Methods

clear_pending close close_async close_finish get_input_stream get_output_stream has_pending is_closed set_pending splice_async

Generated by gi-docgen 2024.1

Method

GioIOStreamis_closed

since: 2.22

Declaration [src]


gboolean
g_io_stream_is_closed (
  GIOStream* stream
)

Description [src]

Checks if a stream is closed.

Available since: 2.22

Return value

Type: gboolean

TRUE if the stream is closed.