[ Version ( since = "0.19.9" ) ]
public List<Account> dup_valid_accounts ()
Returns a newly allocated List of reffed valid accounts in this.
The list must be freed with g_list_free_full
and unref after used.
The returned Accounts are guaranteed to have TP_ACCOUNT_FEATURE_CORE
prepared, along with all features previously passed to
add_account_features for the account manager's
factory.
The list of valid accounts returned is not guaranteed to have been retrieved until TP_ACCOUNT_MANAGER_FEATURE_CORE
is
prepared (tp_proxy_prepare_async() has returned). Until this feature has been prepared, an empty list (%NULL) will be returned.
this |
a newly allocated List of reffed valid accounts in this |