Method

PurpleAccountManagerforeach

since: 3.0

Declaration [src]

void
purple_account_manager_foreach (
  PurpleAccountManager* manager,
  PurpleAccountManagerForeachFunc callback,
  gpointer data
)

Description [src]

Calls callback with data for each account that manager knows about.

Available since: 3.0

Parameters

callback

Type: PurpleAccountManagerForeachFunc

The function to call.

data

Type: gpointer

User data to pass to callback.

The argument can be NULL.
The data is owned by the caller of the function.