实现信号槽机制自动化脚本
This commit is contained in:
@@ -27,6 +27,7 @@ typedef struct {
|
||||
typedef struct {
|
||||
void* next;
|
||||
void (*func)(void* par);
|
||||
void* signal_func;
|
||||
void* slot_obj;
|
||||
mythread_t* thread;
|
||||
}slot_list;
|
||||
|
Reference in New Issue
Block a user