diff options
author | fcolin | 2007-02-01 13:01:49 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:01:49 +0000 |
commit | febbe67c93a0b700a5f79e8f181cf029667d0e51 (patch) | |
tree | a5970d90806950a1d50742481d0a365370d20c48 /Ivy/IvyCbindings.h | |
parent | a812f0d63a9aea44f8f4ee50aba809759dffb1c3 (diff) | |
download | ivy-cplusplus-febbe67c93a0b700a5f79e8f181cf029667d0e51.zip ivy-cplusplus-febbe67c93a0b700a5f79e8f181cf029667d0e51.tar.gz ivy-cplusplus-febbe67c93a0b700a5f79e8f181cf029667d0e51.tar.bz2 ivy-cplusplus-febbe67c93a0b700a5f79e8f181cf029667d0e51.tar.xz |
Utilisateur : Fcolin Date : 24/05/05 Heure : 11:29 Archivé dans $/Bus/Ivy Commentaire: Ajout MainLoop binding Ivy C (vss 3)
Diffstat (limited to 'Ivy/IvyCbindings.h')
-rw-r--r-- | Ivy/IvyCbindings.h | 1 |
1 files changed, 1 insertions, 0 deletions
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
}
|