qmlFrontend/flib.h
branchqmlfrontend
changeset 10426 727a154cf784
parent 10424 4be6cd55f1cf
child 10428 7c25297720f1
equal deleted inserted replaced
10424:4be6cd55f1cf 10426:727a154cf784
    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, const char * msg, uint32_t len));
    22 typedef void registerPreviewCallback_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(const char * localPrefix, const char * userPrefix);
    24 typedef void flibInit_t(const char * localPrefix, const char * userPrefix);
    25 typedef void flibFree_t();
    25 typedef void flibFree_t();
    26 
    26 
    27 #ifdef __cplusplus
    27 #ifdef __cplusplus