Method
TalkatuMessageforeach_attachment
Declaration [src]
void
talkatu_message_foreach_attachment (
TalkatuMessage* message,
TalkatuAttachmentForeachFunc func,
gpointer data
)
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 method.