get_account_services
Description:
Gets all the account services.
If the this was created for a specific service type, only services with that type will be returned. <note > <para> This method causes the loading of all the service settings for all the returned accounts (unless they have been loaded previously). If you are interested in a specific account/service, consider using load_account to first load the the account, and then create the AgAccountService for that account only. </para> </note>
Parameters:
this |
the Manager. |
Returns:
a list of AccountService objects. When done with it, call unref on the list elements, and g_list_free on the container. |