Method

ALSASeqUserClientget_pool

Declaration [src]

gboolean
alsaseq_user_client_get_pool (
  ALSASeqUserClient* self,
  ALSASeqClientPool* const* client_pool,
  GError** error
)

Description [src]

Get information of memory pool in the client.

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

Parameters

client_pool ALSASeqClientPool
 

A ALSASeqClientPool to be configured for the client.

 The argument will be modified by the function.
 The instance takes ownership of the data, and is responsible for freeing it.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE when the overall operation finishes successfully, else FALSE.