Method

IbisClientdisconnect

since: 0.1

Declaration [src]

void
ibis_client_disconnect (
  IbisClient* client,
  GError* error,
  const char* message
)

Description [src]

Disconnects client.

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

Available since: 0.1

Parameters

error

Type: GError

A GError.

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

Type: const char*

An option disconnection message.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.