Class
PurpleAccountManager
Description [src]
final class Purple.AccountManager : GObject.Object {
/* No available fields */
}
An interface that a user interface can implement to let the core determine idle times.
Available since: | 3.0.0 |
Functions
purple_account_manager_get_default
Gets the default account manager for libpurple.
Available since: 3.0.0
Instance methods
purple_account_manager_find
Attempts to find an account in manager
with the matching username
and
protocol_id
.
Available since: 3.0.0
purple_account_manager_find_by_id
Looks up an account based on its id property.
Available since: 3.0.0
purple_account_manager_foreach
Calls callback
with data
for each account that manager
knows about.
Available since: 3.0.0
Signals
Purple.AccountManager::added
No description available.
Purple.AccountManager::removed
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.