Name

struct _EEventClass — Event management type.

Synopsis

struct _EEventClass {
  GObjectClass object_class;
  void (* target_free (EEvent *ep, EEventTarget *t);
};  

Members

object_class

Superclass.

target_free

Virtual method to free the target.

Description

The EEvent class definition. This must be sub-classed for each component that wishes to provide hookable events. The subclass only needs to know how to allocate and free each target type it supports.

Description

The EEvent class definition. This must be sub-classed for each component that wishes to provide hookable events. The subclass only needs to know how to allocate and free each target type it supports.