Function

PurpleAttachmentForeachFunc

since: 3.0

Declaration

void
(* PurpleAttachmentForeachFunc) (
  PurpleAttachment* attachment,
  gpointer data
)

Description [src]

Called when iterating PurpleAttachments.

Available since: 3.0

Parameters

attachment

Type: PurpleAttachment

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