Method

GioWin32InputStreamset_close_handle

since: 2.26

Declaration [src]

void
g_win32_input_stream_set_close_handle (
  GWin32InputStream* stream,
  gboolean close_handle
)

Description [src]

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

Available since: 2.26

Parameters

close_handle

Type: gboolean

TRUE to close the handle when done.