From febbe67c93a0b700a5f79e8f181cf029667d0e51 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) --- Ivy/IvyCbindings.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Ivy/IvyCbindings.h') diff --git a/Ivy/IvyCbindings.h b/Ivy/IvyCbindings.h index fb12f55..08e8548 100644 --- a/Ivy/IvyCbindings.h +++ b/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