16 lines
292 B
C
16 lines
292 B
C
#include <malloc.h>
|
|
|
|
#define GTK_DECLARE_FUNCS
|
|
#include "gtk-imports.h"
|
|
|
|
void loadGtkFunctions(void (*loader)(const char *funcname, void **func, void *user_data), void *user_data)
|
|
{
|
|
#undef GTK_IMPORTS_H
|
|
#undef GTK_DECLARE_FUNCS
|
|
#undef DECL
|
|
#define GTK_LOAD_FUNCS
|
|
#include "gtk-imports.h"
|
|
}
|
|
|
|
|