Function

PurpleProtocolManagerForeachFunc

since: 3.0

Declaration

void
(* PurpleProtocolManagerForeachFunc) (
  PurpleProtocol* protocol,
  gpointer data
)

Description [src]

A function to be used as a callback with purple_protocol_manager_foreach().

Available since: 3.0

Parameters

protocol

Type: PurpleProtocol

The PurpleProtocol instance.

The data is owned by the caller of the function.
data

Type: gpointer

User supplied data.

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