Signal
IbisCapabilities::nak
since: 0.1
Declaration
void
nak (
IbisCapabilities* self,
IbisClient* client,
gchar* capability,
gpointer user_data
)
Description [src]
Emitted when the server has nacked a CAP REQ
call from
ibis_capabilities_request()
.
The value of capability
will be the same as the one that was requested.
Default handler: The default handler is called after the handlers added via |
The signal can be detailed |
Available since: 0.1 |
Parameters
client
-
Type:
IbisClient
The client instance.
The data is owned by the caller of the function. capability
-
Type:
gchar*
The capability string.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.