libdom
Loading...
Searching...
No Matches
Classes | Functions
custom_event.h File Reference
#include <dom/events/custom_event.h>
#include "events/event.h"

Go to the source code of this file.

Classes

struct  dom_custom_event
 

Functions

dom_exception _dom_custom_event_create (struct dom_custom_event **evt)
 
void _dom_custom_event_destroy (struct dom_custom_event *evt)
 
dom_exception _dom_custom_event_initialise (struct dom_custom_event *evt)
 
void _dom_custom_event_finalise (struct dom_custom_event *evt)
 

Function Documentation

◆ _dom_custom_event_create()

dom_exception _dom_custom_event_create ( struct dom_custom_event ** evt)

◆ _dom_custom_event_destroy()

void _dom_custom_event_destroy ( struct dom_custom_event * evt)

◆ _dom_custom_event_finalise()

void _dom_custom_event_finalise ( struct dom_custom_event * evt)

◆ _dom_custom_event_initialise()

dom_exception _dom_custom_event_initialise ( struct dom_custom_event * evt)