Method
PurpleMessageforeach_attachment
unstable since: 3.0
Declaration [src]
void
purple_message_foreach_attachment (
PurpleMessage* message,
PurpleAttachmentForeachFunc func,
gpointer data
)
Description [src]
Calls func
for each PurpleAttachment
that’s attached to message
.
Available since: 3.0
Parameters
func
-
Type:
PurpleAttachmentForeachFunc
The
PurpleAttachmentForeachFunc
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.