Method
CamelMessageContentInfotraverse
Declaration [src]
gboolean
camel_message_content_info_traverse (
CamelMessageContentInfo* ci,
CamelMessageContentInfoTraverseCallback func,
gpointer user_data
)
Description [src]
Calls the func for each CamelMessageContentInfo, including the top one. The func can return TRUE to continue processing or FALSE to stop it.
Parameters
func-
Type:
CamelMessageContentInfoTraverseCallbackA
CamelMessageContentInfoTraverseCallback. user_data-
Type:
gpointerUser data passed to
func.The argument can be NULL.The data is owned by the caller of the method.