Enumeration

HinokoFwIsoResourceError

since: 1.0

Declaration

error-domain Hinoko.FwIsoResourceError

Description [src]

A set of error code for operations in HinokoFwIsoResource.

Available since: 1.0

Members

HINOKO_FW_ISO_RESOURCE_ERROR_FAILED

The system call fails.

  • Value: 0
  • Nickname: failed
  • Available since: 1.0
HINOKO_FW_ISO_RESOURCE_ERROR_OPENED

The instance is already associated to any firewire character device.

  • Value: 1
  • Nickname: opened
  • Available since: 1.0
HINOKO_FW_ISO_RESOURCE_ERROR_NOT_OPENED

The instance is not associated to any firewire character device.

  • Value: 2
  • Nickname: not-opened
  • Available since: 1.0
HINOKO_FW_ISO_RESOURCE_ERROR_TIMEOUT

No event to the request arrives within timeout.

  • Value: 3
  • Nickname: timeout
  • Available since: 1.0
HINOKO_FW_ISO_RESOURCE_ERROR_EVENT

Event for the request arrives but includes error code.

  • Value: 4
  • Nickname: event
  • Available since: 1.0

Type functions

hinoko_fw_iso_resource_error_quark

Return the GQuark for GError with which has code in HinokoFwIsoResourceError.

since: 1.0