qmlFrontend/flib.h
branchqmlfrontend
changeset 10426 727a154cf784
parent 10424 4be6cd55f1cf
child 10428 7c25297720f1
--- a/qmlFrontend/flib.h	Sat Sep 27 12:49:08 2014 +0400
+++ b/qmlFrontend/flib.h	Sun Sep 28 00:18:01 2014 +0400
@@ -19,7 +19,7 @@
     } string255;
 
 typedef void RunEngine_t(int argc, const char ** argv);
-typedef void registerIPCCallback_t(void * context, void (*)(void * context, const char * msg, uint32_t len));
+typedef void registerPreviewCallback_t(void * context, void (*)(void * context, const char * msg, uint32_t len));
 typedef void ipcToEngine_t(const char * msg, uint8_t len);
 typedef void flibInit_t(const char * localPrefix, const char * userPrefix);
 typedef void flibFree_t();