php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
event_target.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018 Alexander Borisov
3 *
4 * Author: Alexander Borisov <borisov@lexbor.com>
5 */
6
7#ifndef LEXBOR_DOM_EVENT_TARGET_H
8#define LEXBOR_DOM_EVENT_TARGET_H
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
15
16
18 void *events;
19};
20
21
24
27 lxb_dom_document_t *document);
28
29
30#ifdef __cplusplus
31} /* extern "C" */
32#endif
33
34#endif /* LEXBOR_DOM_EVENT_TARGET_H */
#define LXB_API
Definition def.h:48
struct lxb_dom_document lxb_dom_document_t
Definition interface.h:41
struct lxb_dom_event_target lxb_dom_event_target_t
Definition interface.h:37
LXB_API lxb_dom_event_target_t * lxb_dom_event_target_destroy(lxb_dom_event_target_t *event_target, lxb_dom_document_t *document)
LXB_API lxb_dom_event_target_t * lxb_dom_event_target_create(lxb_dom_document_t *document)