blob: 360690a6d239b85919a0dcdbb40aa81069d02517 (
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.2.0.18) *
*******************************************************************/
#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_
|