[ CCode ( type_id = "tp_account_manager_get_type ()" ) ] [ Version ( since = "0.7.32" ) ] publicclassAccountManager : Proxy
The Telepathy Account Manager stores real-time communication accounts and their configuration, places accounts online on request, and
manipulates accounts' presence, nicknames and avatars.
AccountManager is the "top level" object. Since 0.16 it always has a non-%NULL
factory, and its
factory will be propagated to all other objects like
AccountManager -> Account ->
Connection ->
Contact and
Channel. This means that desired features set on that factory will be
prepared on all those objects. If a factory is not specified
when the AccountManager is constructed, it will use a
AutomaticClientFactory.
Returns an account manager proxy on the D-Bus daemon on which this process
was activated (if it was launched by D-Bus service activation), or the session bus (otherwise).