mangayomi/ffigen.yaml
2024-01-24 11:46:32 +01:00

16 lines
494 B
YAML

# Run with `flutter pub run ffigen --config ffigen.yaml`.
name: TorrentLibrary
description: Bindings to `lib/ffi/libmtorrentserver.h`.
output: 'lib/ffi/generated_bindings.dart'
headers:
entry-points:
- 'lib/ffi/libmtorrentserver.h'
preamble: |
// ignore_for_file: always_specify_types
// ignore_for_file: camel_case_types
// ignore_for_file: non_constant_identifier_names
// ignore_for_file: unused_field
// ignore_for_file: unused_element
comments:
style: any
length: full