Name

struct _EEventTarget — Base EventTarget.

Synopsis

struct _EEventTarget {
  struct _EEvent * event;
  guint32 type;
  guint32 mask;
};  

Members

event

Parent object.

type

Target type. Defined by the implementation.

mask

Mask of this target. This is defined by the implementation, the type, and the actual content of the target.

Description

This defined a base EventTarget. This must be subclassed by implementations to provide contextual data for events, and define the enablement qualifiers.

Description

This defined a base EventTarget. This must be subclassed by implementations to provide contextual data for events, and define the enablement qualifiers.