mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
It's unclear why it isn't getting picked up by the autoroller, see https://github.com/flutter/flutter/issues/180503.
21 lines
566 B
YAML
21 lines
566 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: |
|
|
// Copyright 2014 The Flutter Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
comments:
|
|
style: any
|
|
length: full
|