32 #pragma GCC diagnostic push 33 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 35 #ifndef ALLOW_DEPRECATED_LIBAXEVENT_FUNCS 51 GTimeVal *time_stamp);
53 #pragma GCC diagnostic pop 66 GDateTime *time_stamp);
86 #pragma GCC diagnostic push 87 #pragma GCC diagnostic ignored "-Wdeprecated-declarations" 89 #ifndef ALLOW_DEPRECATED_LIBAXEVENT_FUNCS 101 ax_event_get_time_stamp(
AXEvent *event);
103 #pragma GCC diagnostic pop AXEvent * ax_event_new2(AXEventKeyValueSet *key_value_set, GDateTime *time_stamp)
Creates a new AXEvent.
struct _AXEventKeyValueSet AXEventKeyValueSet
The AXEventKeyValueSet is an opaque data type required to create event declarations, event subscription and for receiving events.
Definition: ax_event_key_value_set.h:73
struct _AXEvent AXEvent
The AXEvent is an opaque data type required to send and receive events.
Definition: ax_event.h:30
const AXEventKeyValueSet * ax_event_get_key_value_set(AXEvent *event)
Get the AXEventKeyValueSet associated with the AXEvent.
void ax_event_free(AXEvent *event)
Free an AXEvent.
GDateTime * ax_event_get_time_stamp2(AXEvent *event)
Get the time stamp associated with the AXEvent.
__attribute__((deprecated)) AXEvent *ax_event_new(AXEventKeyValueSet *key_value_set
Creates a new AXEvent.