Function

CamelForeachInfoData

Declaration

void
(* CamelForeachInfoData) (
  CamelVeeMessageInfoData* mi_data,
  CamelFolder* subfolder,
  gpointer user_data
)

Description [src]

A callback prototype for camel_vee_data_cache_foreach_message_info_data()

Parameters

mi_data

Type: CamelVeeMessageInfoData

A CamelVeeMessageInfoData.

The data is owned by the caller of the function.
subfolder

Type: CamelFolder

A CamelFolder which mi_data references.

The data is owned by the caller of the function.
user_data

Type: gpointer

Custom user data.

The argument can be NULL.
The data is owned by the caller of the function.