Method

TalkatuMessageforeach_attachment

Declaration [src]

void
talkatu_message_foreach_attachment (
  TalkatuMessage* message,
  TalkatuAttachmentForeachFunc func,
  gpointer data
)

Description [src]

Calls func for each TalkatuAttachment that’s attached to message.

Parameters

func

Type: TalkatuAttachmentForeachFunc

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