Enumeration
HinawaSndUnitError
deprecated: 2.5. since: 2.1
Description [src]
A set of error code for GError
with domain which equals to Hinawa.SndUnitError.
Available since: 2.1
Deprecated since: 2.5.
Use Hitaki.AlsaFirewireError in libhitaki library instead.
Members
Name | Description |
---|---|
HINAWA_SND_UNIT_ERROR_DISCONNECTED |
The hwdep device associated to the instance is disconnected. |
HINAWA_SND_UNIT_ERROR_USED |
The hedep device is already in use. |
HINAWA_SND_UNIT_ERROR_OPENED |
The instance is already associated to unit by opening hwdep character device. |
HINAWA_SND_UNIT_ERROR_NOT_OPENED |
The instance is not associated to unit yet by opening hwdep character device. |
HINAWA_SND_UNIT_ERROR_LOCKED |
The hwdep device is already locked for kernel packet streaming. |
HINAWA_SND_UNIT_ERROR_UNLOCKED |
The hwdep device is not locked for kernel packet streaming yet. |
HINAWA_SND_UNIT_ERROR_WRONG_CLASS |
The hwdep device is not for the unit expected by the class. |
HINAWA_SND_UNIT_ERROR_FAILED |
The system call fails. |
Type functions
hinawa_snd_unit_error_quark
Return the GQuark
for GError
which has code in Hinawa.SndUnitError.
deprecated: 2.5. since: 2.1