Enumeration

ALSAHwdepDeviceCommonError

Declaration

error-domain ALSAHwdep.DeviceCommonError

Description [src]

A set of enumerations for code of ALSAHwDep.DeviceCommonError error domain.

Members

Name Description
ALSAHWDEP_DEVICE_COMMON_ERROR_FAILED

The operation failed due to unspecified reason.

ALSAHWDEP_DEVICE_COMMON_ERROR_IS_OPENED

The instance is already associated to character device.

ALSAHWDEP_DEVICE_COMMON_ERROR_IS_NOT_OPENED

The instance is not associated to character device yet.

ALSAHWDEP_DEVICE_COMMON_ERROR_IS_USED

The character device is already used.

ALSAHWDEP_DEVICE_COMMON_ERROR_IS_NOT_SUPPORTED

The HwDep device associated to the character device is not supported.

ALSAHWDEP_DEVICE_COMMON_ERROR_IS_DISCONNECTED

The sound card is under disconnected state.

Type functions

alsahwdep_device_common_error_quark

Return the GQuark for GError with code in ALSAHwdep.DeviceCommonError enumerations.

alsahwdep_device_common_error_to_label

Retrieve the string label of error from code.