Client


Description:

[ CCode ( has_construct_function = false ) ]
public Client (IOStream io_stream)

Creates a new Client instance.

If you want to communicate with a process using stdin/stdout, consider using [class@Gio.Subprocess] to launch the process and create a [ class@Gio.SimpleIOStream] using the [method@Gio.Subprocess.get_stdin_pipe] and [method@Gio.Subprocess.get_stdout_pipe].

Parameters:

io_stream

A [class@Gio.IOStream]

Returns:

A newly created Client