You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
608 B
20 lines
608 B
# SPDX-FileCopyrightText: Copyright 2023 Open Mobile Platform LLC <community@omp.ru> |
|
# SPDX-License-Identifier: BSD-3-Clause |
|
|
|
name: XdgaDirectoriesBindings |
|
llvm-path: |
|
- '/usr/lib/llvm-14/lib/libclang.so' # Ubuntu 22.04 |
|
- '/usr/lib/llvm-15/lib/libclang.so' # Ubuntu 23.04 |
|
description: | |
|
Bindings for `src/xdga_directories.h`. |
|
|
|
Regenerate bindings with `flutter pub run ffigen --config ffigen.yaml`. |
|
output: 'lib/xdga_directories_bindings_generated.dart' |
|
headers: |
|
entry-points: |
|
- 'src/xdga_directories.h' |
|
include-directives: |
|
- 'src/xdga_directories.h' |
|
comments: |
|
style: any |
|
length: full
|
|
|