summaryrefslogtreecommitdiffstats
path: root/misc/jni.h
Commit message (Collapse)AuthorAgeFilesLines
* misc/jni: reduce duplication in mapping structsfan52024-02-281-2/+2
| | | | | 'name' was in fact unused when reading fields or methods, so it can be merged with 'method'. Also changed the type of 'mandatory' to bool.
* misc/jni: introduce macros for deleting referencessfan52024-02-281-1/+11
|
* misc: add jni helpersAman Gupta2019-11-191-0/+161