Signal
IbisCapabilities::del
since: 0.1
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 |
Available since: 0.1 |