Method
ALSASeqClientInfoget_event_filter
Declaration [src]
gboolean
alsaseq_client_info_get_event_filter (
ALSASeqClientInfo* self,
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 argument will be set by the function. | |
The length of the array is specified in the event_type_count argument. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
event_type_count |
gsize* |
The number of elements for the type of event. |
|
The argument will be set by the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |