Method
ALSASeqClientInfoset_event_filter
Declaration [src]
gboolean
alsaseq_client_info_set_event_filter (
ALSASeqClientInfo* self,
const ALSASeqEventType* event_types,
gsize event_type_count,
GError** error
)
Parameters
event_types |
An array of ALSASeqEventType |
The array with elements for the type of event to listen. |
|
The length of the array is specified in the event_type_count argument. | |
The data is owned by the caller of the function. | |
event_type_count |
gsize |
The number of elements for the type of event. |
|
error |
GError ** |
The return location for a GError* , or NULL . |