Function
CamelForeachPartFunc
since: 3.34
Declaration
gboolean
(* CamelForeachPartFunc) (
CamelMimeMessage* message,
CamelMimePart* part,
CamelMimePart* parent_part,
gpointer user_data
)
Description [src]
Callback used to traverse parts of the message using camel_mime_message_foreach_part().
Available since: 3.34
Parameters
message-
Type:
CamelMimeMessageA
CamelMimeMessage.The data is owned by the caller of the function. part-
Type:
CamelMimePartA
CamelMimePart, for which the function is called.The data is owned by the caller of the function. parent_part-
Type:
CamelMimePartA
CamelMimePart, parent of thepart; can beNULL.The argument can be NULL.The data is owned by the caller of the function. user_data-
Type:
gpointerUser data, as passed to camel_mime_message_foreach_part().
The argument can be NULL.The data is owned by the caller of the function.