]>
Commit | Line | Data |
---|---|---|
beb15981 A |
1 | module Dispatch { |
2 | requires blocks | |
3 | export * | |
4 | link "dispatch" | |
beb15981 A |
5 | } |
6 | ||
7 | module DispatchIntrospection [system] [extern_c] { | |
8 | header "introspection.h" | |
9 | export * | |
10 | } | |
11 | ||
12 | module CDispatch [system] [extern_c] { | |
13 | umbrella header "dispatch.h" | |
14 | module * { export * } | |
15 | export * | |
16 | requires blocks | |
17 | link "dispatch" | |
beb15981 | 18 | } |