Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F9896394
events.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
events.h
View Options
#ifndef EVENTS_H
#define EVENTS_H
#include
<stdbool.h>
#include
"types.h"
ant_value_t
events_library
(
ant_t
*
js
);
void
init_events_module
(
void
);
void
js_dispatch_global_event
(
ant_t
*
js
,
ant_value_t
event_obj
);
bool
eventemitter_add_listener
(
ant_t
*
js
,
ant_value_t
target
,
const
char
*
event_type
,
ant_value_t
listener
,
bool
once
);
bool
eventemitter_emit_args
(
ant_t
*
js
,
ant_value_t
target
,
const
char
*
event_type
,
ant_value_t
*
args
,
int
nargs
);
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sat, Aug 1, 12:54 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
589073
Default Alt Text
events.h (472 B)
Attached To
Mode
rANT Ant
Attached
Detach File
Event Timeline
Log In to Comment