commit | 44487418988849c69a941f0c9d1688d82dffca3c | [log] [tgz] |
---|---|---|
author | Aaron Clarke <aaclarke@google.com> | Mon Jul 25 22:55:06 2022 +0000 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jul 25 22:55:06 2022 +0000 |
tree | 7f58060a63acff936fde163ef1b3dbbb5bcc45df | |
parent | 72805251171580d5f6528eab53b3ea3458dc0966 [diff] |
Updated Dart_Post docstring to mention Dart_PostCObject. fixes https://github.com/dart-lang/sdk/issues/49524 TEST=n/a, documentation Change-Id: Ia5154e9c2c1d6f6cce46e9bceb49f315cb840bc3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/252681 Reviewed-by: Ryan Macnak <rmacnak@google.com> Commit-Queue: Ryan Macnak <rmacnak@google.com>
diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h index f45925e..bbc1291 100644 --- a/runtime/include/dart_api.h +++ b/runtime/include/dart_api.h
@@ -1645,6 +1645,8 @@ * * Requires there to be a current isolate. * + * For posting messages outside of an isolate see \ref Dart_PostCObject. + * * \param port_id The destination port. * \param object An object from the current isolate. *