blob: 7626d28a8c2108a47ccbd28dd5ecacf23d2cdc73 [file]
# Run with `dart run ffigen --config ffigen.yaml`.
name: JniBindings
description: |
Bindings for `src/jni.h`.
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
output: 'lib/jni_bindings_generated.dart'
headers:
entry-points:
- 'src/jni.h'
include-directives:
- 'src/jni.h'
preamble: |
// ignore_for_file: always_specify_types
// ignore_for_file: camel_case_types
// ignore_for_file: non_constant_identifier_names
comments:
style: any
length: full