Method

ALSASeqUserClientset_info

Declaration [src]

gboolean
alsaseq_user_client_set_info (
  ALSASeqUserClient* self,
  ALSASeqClientInfo* client_info,
  GError** error
)

Description [src]

Get client information.

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

Parameters

client_info ALSASeqClientInfo
 

A ALSASeqClientInfo.

 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.