aves_mio/.flutter/dev/integration_tests/link_hook/ffigen.yaml
Fabio Micheluz 2c988f959b
Some checks are pending
Quality check / Flutter analysis (push) Waiting to run
Quality check / CodeQL analysis (java-kotlin) (push) Waiting to run
first commit
2026-02-19 13:25:23 +01:00

20 lines
530 B
YAML

# Run with `dart run ffigen --config ffigen.yaml`.
name: LinkHookBindings
description: |
Bindings for `src/link_hook.h`.
Regenerate bindings with `dart run ffigen --config ffigen.yaml`.
output: 'lib/link_hook_bindings_generated.dart'
headers:
entry-points:
- 'src/link_hook.h'
include-directives:
- 'src/link_hook.h'
ffi-native:
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