diff options
Diffstat (limited to 'src/libIvy.def')
-rw-r--r-- | src/libIvy.def | 22 |
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 |