aboutsummaryrefslogtreecommitdiffstats
path: root/doc/manual/example2/function.cfg
blob: d0777a02b3adef80dc24e433988795cdb312e8c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Package testfunction
Style AllStatic
JavaClass TestFunction
JavaOutputDir   gensrc/java
NativeOutputDir gensrc/native

# The semantics of set_global_data imply that
# only direct Buffers are legal
NioDirectOnly set_global_data

# Include the function.h header in the generated glue code
CustomCCode #include "function.h"