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