summaryrefslogtreecommitdiffstats
path: root/doc/manual/example5/function.cfg
blob: 35af56f052c9e2a2b94148bae11b7b6afc13f982 (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

# Tell GlueGen that default_screen_depth() returns a pointer to a
# single ScreenInfo
ReturnValueCapacity default_screen_depth sizeof(ScreenInfo)

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