From 37b4c446677bddaa347ec03be75f4bcf16a7f66e Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:01:49 +0000 Subject: Utilisateur : Fcolin Date : 24/05/05 Heure : 11:29 Archivé dans $/Bus/Ivy Commentaire: Ajout MainLoop binding Ivy C (vss 3) --- Bus/Ivy/IvyCbindings.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Bus/Ivy/IvyCbindings.h b/Bus/Ivy/IvyCbindings.h index fb12f55..08e8548 100644 --- a/Bus/Ivy/IvyCbindings.h +++ b/Bus/Ivy/IvyCbindings.h @@ -99,6 +99,7 @@ DLL_EXPORT int IvySendMsg( const char *fmt_message, ... ); /* avec sprintf prea DLL_EXPORT void IvyBindDirectMsg( IvyCMsgDirectCallback callback, void *user_data); DLL_EXPORT void IvySendDirectMsg( IvyClientPtr app, int id, char *msg ); +DLL_EXPORT void IvyMainLoop( void(*hook)(void) ); #ifdef __cplusplus } -- cgit v1.1