qmlFrontend/flib.h
branchqmlfrontend
changeset 10420 02c573d19224
parent 10418 091d2c0216c3
child 10424 4be6cd55f1cf
equal deleted inserted replaced
10418:091d2c0216c3 10420:02c573d19224
    17             unsigned char str[255];
    17             unsigned char str[255];
    18         };
    18         };
    19     } string255;
    19     } string255;
    20 
    20 
    21 typedef void RunEngine_t(int argc, const char ** argv);
    21 typedef void RunEngine_t(int argc, const char ** argv);
    22 typedef void registerIPCCallback_t(void * context, void (*)(void * context, uint8_t len, const char * msg));
    22 typedef void registerIPCCallback_t(void * context, void (*)(void * context, const char * msg, uint32_t len));
    23 typedef void ipcToEngine_t(uint8_t len, const char * msg);
    23 typedef void ipcToEngine_t(const char * msg, uint8_t len);
    24 typedef void flibInit_t();
    24 typedef void flibInit_t();
    25 
    25 
    26 #ifdef __cplusplus
    26 #ifdef __cplusplus
    27 }
    27 }
    28 #endif
    28 #endif