about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedatktypes.h
blob: 98cae437b021ebedaed7ca92e720f65839232c84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
 *******************************************************************/
#ifndef __wrappedatkTYPES_H_
#define __wrappedatkTYPES_H_

#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS() 
#endif

typedef void (*vFp_t)(void*);
typedef uint32_t (*uFp_t)(void*);
typedef uint32_t (*uFpp_t)(void*, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(atk_focus_tracker_init, vFp_t) \
	GO(atk_add_focus_tracker, uFp_t) \
	GO(atk_add_global_event_listener, uFpp_t) \
	GO(atk_add_key_event_listener, uFpp_t)

#endif // __wrappedatkTYPES_H_