miqt/qt/binding.h

17 lines
318 B
C
Raw Normal View History

2024-09-12 06:47:31 +00:00
#ifndef GEN_QABSTRACTANIMATION_H
#define GEN_QABSTRACTANIMATION_H
#ifdef __cplusplus
extern "C" {
#endif
// miqt_exec_callback calls a Go function pointer for a connect() slot.
// The function is defined in Go.
void miqt_exec_callback(void* cb, int argc, void* argv);
#ifdef __cplusplus
extern "C" {
#endif
#endif