Functions

alsa_firewire_error_quark ()

alsa_firewire_error_to_label (code)

efw_protocol_error_quark ()

efw_protocol_error_to_label (code)

Details

Hitaki.alsa_firewire_error_quark()
Returns:

A [alias`GLib`.Quark].

Return type:

int

Return the [alias`GLib`.Quark] for [struct`GLib`.Error] with code in Hitaki.AlsaFirewireError enumerations.

Hitaki.alsa_firewire_error_to_label(code)
Parameters:

code (Hitaki.AlsaFirewireError) – A Hitaki.AlsaFirewireError.

Returns:

The string label of error.

Return type:

label: str

Retrieve the string label of error from code.

Hitaki.efw_protocol_error_quark()
Returns:

A [alias`GLib`.Quark].

Return type:

int

Return the [alias`GLib`.Quark] for [struct`GLib`.Error] with code in Hitaki.EfwProtocolError enumerations.

Hitaki.efw_protocol_error_to_label(code)
Parameters:

code (Hitaki.EfwProtocolError) – A Hitaki.EfwProtocolError.

Returns:

The string label of error.

Return type:

label: str

Retrieve the string label of error.