Method

PurpleProtocolManagerforeach

since: 3.0

Declaration [src]

void
purple_protocol_manager_foreach (
  PurpleProtocolManager* manager,
  PurpleProtocolManagerForeachFunc func,
  gpointer data
)

Description [src]

Calls func for each PurpleProtocol that manager knows about.

Available since: 3.0

Parameters

func

Type: PurpleProtocolManagerForeachFunc

The PurpleProtocolManagerForeachFunc 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.