summaryrefslogtreecommitdiff
path: root/src/libIvy.def
diff options
context:
space:
mode:
authorfcolin2005-08-10 09:52:18 +0000
committerfcolin2005-08-10 09:52:18 +0000
commitc271c5a2383450c2a39e126ebef38d8dd2e2f8e6 (patch)
tree46eaf3e4a9fc79a47bfd9e8942cef981908f304f /src/libIvy.def
parentb0954d7461dc709cd1a43097c260c8e8b0183cee (diff)
downloadivy-c-c271c5a2383450c2a39e126ebef38d8dd2e2f8e6.zip
ivy-c-c271c5a2383450c2a39e126ebef38d8dd2e2f8e6.tar.gz
ivy-c-c271c5a2383450c2a39e126ebef38d8dd2e2f8e6.tar.bz2
ivy-c-c271c5a2383450c2a39e126ebef38d8dd2e2f8e6.tar.xz
remplacement argc argv par IvyArgument
Diffstat (limited to 'src/libIvy.def')
-rw-r--r--src/libIvy.def22
1 files changed, 18 insertions, 4 deletions
diff --git a/src/libIvy.def b/src/libIvy.def
index 18320c9..acf1786 100644
--- a/src/libIvy.def
+++ b/src/libIvy.def
@@ -3,7 +3,7 @@ LIBRARY Ivy
EXPORTS
IvyDefaultApplicationCallback
-IvyClasses
+IvySetMyMessagesStart
IvyInit
IvyStart
IvyStop
@@ -19,13 +19,27 @@ IvyUnbindMsg
IvySendError
IvySendDieMsg
IvySendMsg
-
+IvySetApplicationPriority
+IvySetBindCallback
IvyBindDirectMsg
IvySendDirectMsg
+IvyArgumentNew
+IvyArgumentFree
+IvyArgumentGetValue
+IvyArgumentGetChildrens
+IvyArgumentGetNextChild
+IvyAddChild
+IvyAddChildValue
+
+
IvyMainLoop
IvyChannelInit
-IvyChannelClose
-IvyChannelSetUp
+IvyChannelRemove
+IvyChannelAdd
+
+TimerRepeatAfter
+TimerModify
+TimerRemove