| Index: runtime/include/dart_mirrors_api.h
|
| diff --git a/runtime/include/dart_mirrors_api.h b/runtime/include/dart_mirrors_api.h
|
| index 78054496510a0e4d18a5fcf55f9a9d28e739f62d..23ec4e9e4d766b7bb2bb5ab0c4f82f0e8d0998ed 100644
|
| --- a/runtime/include/dart_mirrors_api.h
|
| +++ b/runtime/include/dart_mirrors_api.h
|
| @@ -11,9 +11,14 @@
|
|
|
|
|
| /**
|
| - * Returns the class name for the provided class or interface.
|
| + * Returns the class name for the provided class.
|
| */
|
| -DART_EXPORT Dart_Handle Dart_ClassName(Dart_Handle clazz);
|
| +DART_EXPORT Dart_Handle Dart_ClassName(Dart_Handle type);
|
| +
|
| +/**
|
| + * Returns the qualified class name for the provided class.
|
| + */
|
| +DART_EXPORT Dart_Handle Dart_QualifiedClassName(Dart_Handle type);
|
|
|
| /**
|
| * Returns a list of the names of all functions or methods declared in
|
|
|