blob: 356c6518b3244c5b35ae98cc7f88c9fc63f5906a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*******************************************************************
* File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
*******************************************************************/
#ifndef __wrappedgconf2TYPES_H_
#define __wrappedgconf2TYPES_H_
#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS()
#endif
typedef uint32_t (*uFpppppp_t)(void*, void*, void*, void*, void*, void*);
#define SUPER() ADDED_FUNCTIONS() \
GO(gconf_client_notify_add, uFpppppp_t)
#endif // __wrappedgconf2TYPES_H_
|