Class
PurpleProtocolManager
Description [src]
final class Purple.ProtocolManager : GObject.Object {
/* No available fields */
}
PurpleProtocolManager
keeps track of all protocols and emits signals when
protocols are registered and unregistered.
Available since: | 3.0.0 |
Functions
purple_protocol_manager_get_default
Gets the default PurpleProtocolManager
instance.
Available since: 3.0.0
Instance methods
purple_protocol_manager_find
Gets the PurpleProtocol
identified by id
if found, otherwise NULL
.
Available since: 3.0.0
purple_protocol_manager_foreach
Calls func
for each PurpleProtocol
that manager
knows about.
Available since: 3.0.0
purple_protocol_manager_get_all
Gets a sorted list of all PurpleProtocols
that are currently registered in
manager
.
Available since: 3.0.0
Signals
Purple.ProtocolManager::registered
No description available.
Purple.ProtocolManager::unregistered
No description available.
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.