Top | ![]() |
![]() |
![]() |
![]() |
#define | GXML_TYPE_GDOM_EVENT |
struct | GXmlGDomEvent |
struct | GXmlGDomEventClass |
#define | GXML_TYPE_GDOM_CUSTOM_EVENT |
struct | GXmlGDomCustomEvent |
struct | GXmlGDomCustomEventClass |
void gxml_gdom_custom_event_init_custom_event (GXmlGDomCustomEvent *self
,const gchar *type
,gboolean bubbles
,gboolean cancelable
,GValue *detail
);
GValue *
gxml_gdom_custom_event_get_detail (GXmlGDomCustomEvent *self
);
Get and return the current value of the "detail" property.
#define GXML_TYPE_GDOM_EVENT (gxml_gdom_event_get_type ())
The type for GXmlGDomEvent.
struct GXmlGDomEvent { GObject parent_instance; GXmlGDomEventPrivate * priv; gchar* _etype; GXmlDomEventTarget* _target; GXmlDomEventTarget* _current_target; gboolean _bubbles; gboolean _cancelable; gboolean _is_trusted; GXmlDomTimeStamp* _time_stamp; gboolean _default_prevented; GXmlDomEventPhase _event_phase; GXmlDomEventFlags _flags; };
struct GXmlGDomEventClass { GObjectClass parent_class; };
The class structure for GXML_TYPE_GDOM_EVENT
. All the fields in this structure are private and should never be accessed directly.
#define GXML_TYPE_GDOM_CUSTOM_EVENT (gxml_gdom_custom_event_get_type ())
The type for GXmlGDomCustomEvent.
struct GXmlGDomCustomEvent { GXmlGDomEvent parent_instance; GXmlGDomCustomEventPrivate * priv; GValue* _detail; };
struct GXmlGDomCustomEventClass { GXmlGDomEventClass parent_class; };
The class structure for GXML_TYPE_GDOM_CUSTOM_EVENT
. All the fields in this structure are private and should never be accessed directly.