Pato05
950969b774
add favorite button in notifications\nfix android tv\ntry to fix library tracks (unsuccessful)\nbetter MenuSheet
20 lines
543 B
YAML
20 lines
543 B
YAML
# Run with `flutter pub run ffigen --config ffigen.yaml`.
|
|
name: DeezcryptorBindings
|
|
description: |
|
|
Bindings for `src/deezcryptor.h`.
|
|
|
|
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`.
|
|
output: 'lib/deezcryptor_bindings_generated.dart'
|
|
headers:
|
|
entry-points:
|
|
- 'src/deezcryptor.h'
|
|
include-directives:
|
|
- 'src/deezcryptor.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
|