about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibibustypes.h
blob: 23612c70c26a2f46447eae500894307584acbfa1 (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
25
26
27
28
29
30
31
32
33
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
 *******************************************************************/
#ifndef __wrappedlibibusTYPES_H_
#define __wrappedlibibusTYPES_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 (*vFpippp_t)(void*, int32_t, void*, void*, void*);
typedef void (*vFppippp_t)(void*, void*, int32_t, void*, void*, void*);
typedef void (*vFpppippp_t)(void*, void*, void*, int32_t, void*, void*, void*);
typedef void (*vFpuuuippp_t)(void*, uint32_t, uint32_t, uint32_t, int32_t, void*, void*, void*);
typedef void (*vFppppippp_t)(void*, void*, void*, void*, int32_t, void*, void*, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(ibus_bus_current_input_context_async, vFpippp_t) \
	GO(ibus_bus_get_global_engine_async, vFpippp_t) \
	GO(ibus_bus_list_active_engines_async, vFpippp_t) \
	GO(ibus_bus_list_engines_async, vFpippp_t) \
	GO(ibus_input_context_get_engine_async, vFpippp_t) \
	GO(ibus_bus_create_input_context_async, vFppippp_t) \
	GO(ibus_bus_set_global_engine_async, vFppippp_t) \
	GO(ibus_config_get_values_async, vFppippp_t) \
	GO(ibus_config_get_value_async, vFpppippp_t) \
	GO(ibus_input_context_process_key_event_async, vFpuuuippp_t) \
	GO(ibus_config_set_value_async, vFppppippp_t)

#endif // __wrappedlibibusTYPES_H_