Interface

HitakiQuadletNotification

Description [src]

interface Hitaki.QuadletNotification : GObject.Object

An interface to operate notification with quadlet message. Some of units supported by drivers in ALSA firewire stack have the function to notify quadlet message for specific purposes. The HitakiQuadletNotification is an interface to operate the notification.

Prerequisite

In order to implement QuadletNotification, your type must inherit from GObject.

Signals

Hitaki.QuadletNotification::notified

Emitted when the target unit transfers notification.

Interface structure

struct HitakiQuadletNotificationInterface {
  GTypeInterface iface;
  void (* notified) (
    HitakiQuadletNotification* self,
    guint32 message
  );
  
}
Interface members
iface
GTypeInterface
 No description available.
notified
void (* notified) (
    HitakiQuadletNotification* self,
    guint32 message
  )
 No description available.

Virtual methods

Hitaki.QuadletNotification.notified

Class closure for the HitakiQuadletNotification::notified signal.