get_enabled_account_services


Description:

public List<AccountService> get_enabled_account_services ()

Gets all the enabled 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.