Method
GoaClientget_accounts
Declaration [src]
GList*
goa_client_get_accounts (
GoaClient* self
)
Description [src]
Gets all accounts that self
knows about.
The result is a list of GoaObject
instances where each object at
least has an GoaAccount
interface (that can be obtained via the
goa_object_get_account()
method) but may also implement other
interfaces such as GoaMail
or GoaFiles
.