Signal

IbisCapabilities::new

since: 0.1

Declaration

void
new (
  IbisCapabilities* self,
  char** added,
  gpointer user_data
)

Description [src]

Emitted when the server sends the CAP NEW command. added is a GStrv of the new capabilities the server added.

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

Default handler:

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

Available since: 0.1

Parameters

added

Type: An array of utf8

The newly added capabilities.

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.