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