qmlFrontend/flib.h
branchqmlfrontend
changeset 10418 091d2c0216c3
parent 10416 1c301054694d
child 10420 02c573d19224
--- a/qmlFrontend/flib.h	Sat Sep 20 00:56:54 2014 +0400
+++ b/qmlFrontend/flib.h	Sun Sep 21 00:37:50 2014 +0400
@@ -18,9 +18,9 @@
         };
     } string255;
 
-typedef void RunEngine_t(int argc, char ** argv);
-typedef void registerIPCCallback_t(void * context, void (*)(void * context, string255 str));
-typedef void ipcToEngine_t(string255 str);
+typedef void RunEngine_t(int argc, const char ** argv);
+typedef void registerIPCCallback_t(void * context, void (*)(void * context, uint8_t len, const char * msg));
+typedef void ipcToEngine_t(uint8_t len, const char * msg);
 typedef void flibInit_t();
 
 #ifdef __cplusplus