Top | ![]() |
![]() |
![]() |
![]() |
|
(*CamelFilterSearchGetMessageFunc) () |
|
camel_filter_search_match () |
|
camel_filter_search_match_with_log () |
CamelMimeMessage * (*CamelFilterSearchGetMessageFunc) (,
gpointer data,
GCancellable *cancellable);
GError **error
gint camel_filter_search_match (struct _CamelSession *session
,CamelFilterSearchGetMessageFunc get_message
,,
gpointer user_data,
CamelMessageInfo *infoconst
,gchar *sourcestruct _CamelFolder *folder
,const
,gchar *expression,
GCancellable *cancellable);
GError **error
gint camel_filter_search_match_with_log (struct _CamelSession *session
,CamelFilterSearchGetMessageFunc get_message
,,
gpointer user_data,
CamelMessageInfo *infoconst
,gchar *sourcestruct _CamelFolder *folder
,const
,gchar *expression,
FILE *logfile,
GCancellable *cancellable);
GError **error
get_message |
function to retrieve the message if necessary. |
[scope async] |
user_data |
data for above |
|
folder |
in which folder the message is stored |
|
logfile |
an optional log file to write logging information to, or |
[nullable] |
cancellable |
a |
[allow-none] |
error |
return location for a |