We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dart_InitializeApiDL
1 parent 60e8519 commit 1c1bcf7Copy full SHA for 1c1bcf7
runtime/include/dart_api_dl.h
@@ -20,6 +20,8 @@
20
*
21
* Link `dart_api_dl.c` file into your library and invoke
22
* `Dart_InitializeApiDL` with `NativeApi.initializeApiDLData`.
23
+ *
24
+ * Returns 0 on success.
25
*/
26
27
DART_EXPORT intptr_t Dart_InitializeApiDL(void* data);
0 commit comments