Method

ALSASeqUserClientset_pool

Declaration [src]

gboolean
alsaseq_user_client_set_pool (
  ALSASeqUserClient* self,
  ALSASeqClientPool* client_pool,
  GError** error
)

Description [src]

Configure memory pool in the client.

The call of function executes ioctl(2) system call with SNDRV_SEQ_IOCTL_SET_CLIENT_POOL command for ALSA sequencer character device.

Parameters

client_pool ALSASeqClientPool
 

A ALSASeqClientPool to be configured for the client.

 The data is owned by the caller of 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.