blob: e180c2c7fce20b80dbb94ee1258f300e3662b1ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
framework module WebKit [system] [extern_c] {
umbrella header "WebKit.h"
module * { export * }
export *
explicit module NPAPI {
header "nptypes.h"
header "npapi.h"
header "npfunctions.h"
header "npruntime.h"
export *
}
explicit module DOMProgressEvent {
header "DOMProgressEvent.h"
export *
}
exclude header "HIWebView.h"
exclude header "CarbonUtils.h"
}
|