Method
CamelFilterDriverset_shell_func
Declaration [src]
void
camel_filter_driver_set_shell_func (
CamelFilterDriver* d,
CamelFilterShellFunc func,
gpointer user_data
)
Description [src]
Sets a shell command callback, which is called when a shell command execution is requested.
Parameters
func-
Type:
CamelFilterShellFuncA shell command callback.
user_data-
Type:
gpointerUser data to pass to
func.The argument can be NULL.The data is owned by the caller of the method.