Method
CamelFilterDriverset_system_beep_func
Declaration [src]
void
camel_filter_driver_set_system_beep_func (
CamelFilterDriver* d,
CamelFilterSystemBeepFunc func,
gpointer user_data
)
Parameters
func-
Type:
CamelFilterSystemBeepFuncA system beep 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.