The Meson Build System http://mesonbuild.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
393 B

# Java Module
*Added 0.60.0*
## Functions
### `generate_native_header()`
This function will generate a header file for use in Java native module
development by reading the supplied Java file for `native` method declarations.
Keyword arguments:
- `package`: The [package](https://en.wikipedia.org/wiki/Java_package) of the
file. If left empty, Meson will assume that there is no package.