Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: runtime/include/dart_mirrors_api.h

Issue 23851038: Add Dart_QualifiedClassName. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/vm/dart_api_impl_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | runtime/vm/dart_api_impl_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698