Function
Camelfilter_search_match_with_log
Declaration [src]
gint
camel_filter_search_match_with_log (
_CamelSession* session,
CamelFilterSearchGetMessageFunc get_message,
gpointer user_data,
CamelMessageInfo* info,
const gchar* source,
_CamelFolder* folder,
const gchar* expression,
FILE* logfile,
GCancellable* cancellable,
GError** error
)
Parameters
session-
Type:
_CamelSession*No description available.
The argument can be NULL.The data is owned by the caller of the function. get_message-
Type:
CamelFilterSearchGetMessageFuncFunction to retrieve the message if necessary.
user_data-
Type:
gpointerData for above.
The argument can be NULL.The data is owned by the caller of the function. info-
Type:
CamelMessageInfoNo description available.
The data is owned by the caller of the function. source-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. folder-
Type:
_CamelFolder*In which folder the message is stored.
The argument can be NULL.The data is owned by the caller of the function. expression-
Type:
const gchar*No description available.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. logfile-
Type:
FILE*An optional log file to write logging information to, or
NULL.The argument can be NULL.The data is owned by the caller of the function. cancellable-
Type:
GCancellableA
GCancellable, orNULL.The argument can be NULL.The data is owned by the caller of the function. error-
Type:
GError **The return location for a recoverable error.
The argument can be NULL.If the return location is not NULL, then you must initialize it to aNULLGError*.The argument will be left initialized to NULLby the function if there are no errors.In case of error, the argument will be set to a newly allocated GError; the caller will take ownership of the data, and be responsible for freeing it.