| Index: runtime/include/dart_api.h
|
| ===================================================================
|
| --- runtime/include/dart_api.h (revision 13511)
|
| +++ runtime/include/dart_api.h (working copy)
|
| @@ -557,6 +557,15 @@
|
| // --- Initialization and Globals ---
|
|
|
| /**
|
| + * Gets the version string for the Dart VM.
|
| + *
|
| + * The version of the Dart VM can be accessed without initializing the VM.
|
| + *
|
| + * \return The version string for the embedded Dart VM.
|
| + */
|
| +DART_EXPORT const char* Dart_VersionString();
|
| +
|
| +/**
|
| * An isolate creation and initialization callback function.
|
| *
|
| * This callback, provided by the embedder, is called when the vm
|
|
|