qmlFrontend/flib.h
branchqmlfrontend
changeset 10424 4be6cd55f1cf
parent 10420 02c573d19224
child 10426 727a154cf784
equal deleted inserted replaced
10422:4cf23d4c7624 10424:4be6cd55f1cf
    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, const char * msg, uint32_t len));
    22 typedef void registerIPCCallback_t(void * context, void (*)(void * context, const char * msg, uint32_t len));
    23 typedef void ipcToEngine_t(const char * msg, uint8_t len);
    23 typedef void ipcToEngine_t(const char * msg, uint8_t len);
    24 typedef void flibInit_t();
    24 typedef void flibInit_t(const char * localPrefix, const char * userPrefix);
       
    25 typedef void flibFree_t();
    25 
    26 
    26 #ifdef __cplusplus
    27 #ifdef __cplusplus
    27 }
    28 }
    28 #endif
    29 #endif
    29 
    30