Interface
HitakiQuadletNotification
since: 0.0
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.
Available since: 0.0
Prerequisite
In order to implement QuadletNotification, your type must inherit fromGObject
.
Signals
Hitaki.QuadletNotification::notified
Emitted when the target unit transfers notification.
since: 0.0
Interface structure
struct HitakiQuadletNotificationInterface {
GTypeInterface iface;
void (* notified) (
HitakiQuadletNotification* self,
guint32 message
);
}
No description available.
Interface members
iface |
|
No description available. | |
notified |
|
No description available. |
Virtual methods
Hitaki.QuadletNotification.notified
Class closure for the HitakiQuadletNotification::notified
signal.
since: 0.0