Method

PurpleHistoryManagerforeach

since: 3.0

Declaration [src]

void
purple_history_manager_foreach (
  PurpleHistoryManager* manager,
  PurpleHistoryManagerForeachFunc func,
  gpointer data
)

Description [src]

Calls func for each PurpleHistoryAdapter that manager knows about.

Available since: 3.0

Parameters

func

Type: PurpleHistoryManagerForeachFunc

The PurpleHistoryManagerForeachFunc to call.

data

Type: gpointer

User data to pass to func.

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