Method

ALSATimerInstanceParamsget_event_filter

Declaration [src]

gboolean
alsatimer_instance_params_get_event_filter (
  ALSATimerInstanceParams* self,
  ALSATimerRealTimeEventType** entries,
  gsize* entry_count,
  GError** error
)

Description [src]

Get the list of ALSATimerRealTimeEventType to filter events. This parameter is effective only for target instance with ALSATimerEventType.REAL_TIME.

Parameters

entries An array of ALSATimerRealTimeEventType*
 

The array with elements for entries of ALSATimerRealTimeEventType.

 The argument will be set by the function.
 The length of the array is specified in the entry_count argument.
 The instance takes ownership of the data, and is responsible for freeing it.
entry_count gsize*
 

The number of elements in the above array.

 The argument will be set by the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE when the overall operation finishes successfully, else FALSE.