Method
ALSASeqUserClientget_info
Declaration [src]
gboolean
alsaseq_user_client_get_info (
ALSASeqUserClient* self,
ALSASeqClientInfo* const* client_info,
GError** error
)
Description [src]
Set client information.
The call of function executes ioctl(2)
system call with SNDRV_SEQ_IOCTL_GET_CLIENT_INFO
command for ALSA sequencer character device.
Parameters
client_info |
ALSASeqClientInfo |
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 . |