[runtime] Add MonoError to mono_remote_class
[mono.git] / mono / metadata / runtime.c
index 7e001b9984945bc85930752e9e7ba9da436d58c7..fcd8782387635f0b44c57b60da57e779ab257c4c 100644 (file)
@@ -81,11 +81,14 @@ mono_runtime_fire_process_exit_event (void)
 }
 
 
-/*
+/**
+ * mono_runtime_try_shutdown:
+ *
  * Try to initialize runtime shutdown.
+ *
  * After this call completes the thread pool will stop accepting new jobs and no further threads will be created.
  *
- * @return true if shutdown was initiated by this call or false is other thread beat this one
+ * Returns: TRUE if shutdown was initiated by this call or false is other thread beat this one.
  */
 gboolean
 mono_runtime_try_shutdown (void)