Function

GioWin32OutputStreamset_close_handle

since: 2.26

Declaration

void
g_win32_output_stream_set_close_handle (
  GWin32OutputStream* stream,
  gboolean close_handle
)

Description

Sets whether the handle of stream shall be closed when the stream is closed.

Available since: 2.26

Parameters

stream

Type: GWin32OutputStream

A GWin32OutputStream.

The data is owned by the caller of the function.
close_handle

Type: gboolean

TRUE to close the handle when done.