Method
CamelFilterDriverset_play_sound_func
Declaration [src]
void
camel_filter_driver_set_play_sound_func (
CamelFilterDriver* d,
CamelFilterPlaySoundFunc func,
gpointer user_data
)
Parameters
func-
Type:
CamelFilterPlaySoundFuncA callback to play a sound.
user_data-
Type:
gpointerUser data to pass to
func.The argument can be NULL.The data is owned by the caller of the method.