Function

TalkatuAttachmentForeachFunc

Declaration

void
(* TalkatuAttachmentForeachFunc) (
  TalkatuAttachment* attachment,
  gpointer data
)

Description [src]

TalkatuAttachmentForeachFunc is a callback function called against each TalkatuAttachment in a collection.

Parameters

attachment

Type: TalkatuAttachment

A TalkatuAttachment instance.

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

Type: gpointer

Caller supplied data.

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