get_accounts
Description:
Gets all accounts that this knows about.
The result is a list of Object instances where each object at least has an Account interface (that can be obtained via the get_account method) but may also implement other interfaces such as Mail or Files.
Parameters:
this |
A Client. |
Returns:
A list of Object instances that must be freed with g_list_free after each element has been freed with unref. |