Skip to content

Commit 1c1bcf7

Browse files
dcharkesCommit Queue
authored andcommitted
[vm/ffi] Improve Dart_InitializeApiDL doc
TEST=Doc improvement. Change-Id: I2793be651fc7951bb61982929c0d07def93e01ad Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/339161 Reviewed-by: John McCutchan <[email protected]> Commit-Queue: John McCutchan <[email protected]>
1 parent 60e8519 commit 1c1bcf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

runtime/include/dart_api_dl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
*
2121
* Link `dart_api_dl.c` file into your library and invoke
2222
* `Dart_InitializeApiDL` with `NativeApi.initializeApiDLData`.
23+
*
24+
* Returns 0 on success.
2325
*/
2426

2527
DART_EXPORT intptr_t Dart_InitializeApiDL(void* data);

0 commit comments

Comments
 (0)