Signal

IbisCapabilities::del

since: 0.1

Declaration

void
del (
  IbisCapabilities* self,
  char** removed,
  gpointer user_data
)

Description [src]

Emitted when the server sends the CAP DEL command. removed is a GStrv of the capabilities that the server removed.

There are two approaches to how you can use this signal. You can check each item in removed for the values you care about, or you can call ibis_capabilities_lookup() to see if the capabilities you’re interested in have been removed.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 0.1

Parameters

removed

Type: An array of utf8

The capabilities that were removed.

The array must be NULL-terminated.
The data is owned by the caller of the function.
Each element is a NUL terminated UTF-8 string.