Function
PurpleAccountManagerForeachFunc
unstable since: 3.0
Description [src]
A function used as a callback with purple_account_manager_foreach().
Available since: 3.0
Parameters
account
-
Type:
PurpleAccount
The account instance.
The data is owned by the caller of the function. data
-
Type:
gpointer
User specified data.
The argument can be NULL
.The data is owned by the caller of the function.