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
)

Description [src]

Set the list of type of events configured to be listen.

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.

Return value

Returns: gboolean
 

TRUE when the overall operation finishes successfully, else FALSE.