Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
dart_api_dl_impl.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2020, the Dart project authors. Please see the AUTHORS file
3 * for details. All rights reserved. Use of this source code is governed by a
4 * BSD-style license that can be found in the LICENSE file.
5 */
6
7#ifndef RUNTIME_INCLUDE_INTERNAL_DART_API_DL_IMPL_H_
8#define RUNTIME_INCLUDE_INTERNAL_DART_API_DL_IMPL_H_
9
10typedef struct {
11 const char* name;
12 void (*function)(void);
14
15typedef struct {
16 const int major;
17 const int minor;
18 const DartApiEntry* const functions;
19} DartApi;
20
21#endif /* RUNTIME_INCLUDE_INTERNAL_DART_API_DL_IMPL_H_ */ /* NOLINT */
Dart_NativeFunction function
Definition fuchsia.cc:51
const char * name
const int major
const int minor
const DartApiEntry *const functions