Method

IbisClientstop

since: 0.10

Declaration [src]

void
ibis_client_stop (
  IbisClient* client,
  GError* error
)

Description [src]

Stops client.

This will close all of the streams and reset everything to its pre-connected state.

If error is not NULL, it will be assigned to IbisClient:error.

Available since: 0.10

Parameters

error

Type: GError

A GError.

The argument can be NULL.
The instance takes ownership of the data, and is responsible for freeing it.