cutego/gui/qstatustipevent.h
2015-11-09 18:23:42 +01:00

10 lines
159 B
C
Executable file

#ifdef __cplusplus
extern "C" {
#endif
void* QStatusTipEvent_NewQStatusTipEvent(char* tip);
char* QStatusTipEvent_Tip(void* ptr);
#ifdef __cplusplus
}
#endif