Files
yellownotes/gtk-imports.c
2025-11-18 09:19:15 +01:00

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"
}