about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedgdk3types.h
blob: 9fef4666306b668d9579065587d9b58ea2be7d4f (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
34
35
36
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
 *******************************************************************/
#ifndef __wrappedgdk3TYPES_H_
#define __wrappedgdk3TYPES_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 (*vFpp_t)(void*, void*);
typedef int32_t (*iFpp_t)(void*, void*);
typedef uint32_t (*uFpp_t)(void*, void*);
typedef void (*vFppp_t)(void*, void*, void*);
typedef int32_t (*iFiipp_t)(int32_t, int32_t, void*, void*);
typedef uint32_t (*uFippp_t)(int32_t, void*, void*, void*);
typedef int32_t (*iFiippp_t)(int32_t, int32_t, void*, void*, void*);
typedef uint32_t (*uFiuppp_t)(int32_t, uint32_t, void*, void*, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(gdk_init, vFpp_t) \
	GO(gdk_threads_set_lock_functions, vFpp_t) \
	GO(gdk_init_check, iFpp_t) \
	GO(gdk_threads_add_idle, uFpp_t) \
	GO(gdk_event_handler_set, vFppp_t) \
	GO(gdk_window_add_filter, vFppp_t) \
	GO(gdk_window_remove_filter, vFppp_t) \
	GO(gdk_input_add, iFiipp_t) \
	GO(gdk_threads_add_idle_full, uFippp_t) \
	GO(gdk_input_add_full, iFiippp_t) \
	GO(gdk_threads_add_timeout_full, uFiuppp_t)

#endif // __wrappedgdk3TYPES_H_