|
GlueGen v2.6.0-rc-20250712
GlueGen, Native Binding Generator for Java (public API).
|
Public Member Functions | |
| String | header () |
| Relative path to the header file. More... | |
| String | name () default "_default_" |
| The name of the struct. More... | |
| String | jname () default "_default_" |
| The optional java name of the struct. More... | |
Definition at line 40 of file CStruct.java.
| String com.jogamp.gluegen.structgen.CStruct.header | ( | ) |
Relative path to the header file.
Mandatory.
| String com.jogamp.gluegen.structgen.CStruct.jname | ( | ) |
The optional java name of the struct.
| String com.jogamp.gluegen.structgen.CStruct.name | ( | ) |
The name of the struct.
Mandatory for ElementType.TYPE and ElementType.PACKAGE annotations otherwise optional.