Update
authorMiguel de Icaza <miguel@gnome.org>
Thu, 17 Mar 2005 22:22:10 +0000 (22:22 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 17 Mar 2005 22:22:10 +0000 (22:22 -0000)
svn path=/trunk/mono/; revision=41965

mono/docscripts/sources/mono-api-metadata.html
mono/metadata/domain.c

index 095663be0503e020aeb05f53a1daddb4b0c796f3..955591126ebc48bf3ab2a20d5a2e9ca140c721c6 100644 (file)
@@ -95,6 +95,7 @@
 <h4><a name="api:mono_lookup_dynamic_token">mono_lookup_dynamic_token</a></h4>
 <h4><a name="api:mono_ldstr">mono_ldstr</a></h4>
 <h4><a name="api:mono_exception_from_token">mono_exception_from_token</a></h4> 
+<h4><a name="api:mono_create_jit_trampoline_from_token">mono_create_jit_trampoline_from_token</a></h4> 
 
 <h3>Working with signatures</h3>
 
index 0f1d92b2bdae567e24029f3ba9353f5e433dd3f9..2a07bc72eb11e0ff5d2eb0892c738eba13f9e16f 100644 (file)
@@ -1218,7 +1218,7 @@ get_runtimes_from_exe (const char *exe_file, const MonoRuntimeInfo** runtimes)
 
 
 /**
- * mono_get_framework_assembly_version:
+ * mono_get_runtime_info:
  *
  * Returns: the version of the current runtime instance.
  */