updated list file
[mono.git] / docs / embedded-api
index b8fd31d47fcef7567485518bfb1daa770358bd93..1ed0f5381f101d82198afa674a0a5446d5035dfe 100644 (file)
@@ -55,7 +55,7 @@
 
                MonoAssembly *assembly;
 
-               assembly = mono_domain_assembly_open ("file.dll");
+               assembly = mono_domain_assembly_open (domain, "file.dll");
                if (!assembly)
                        error ();
 
 
                mono_jit_cleanup (domain);
 
+** Applications that use threads.
+
+       The Boehm GC system needs to catch your calls to the pthreads
+       layer, so in each file where you use pthread.h you should
+       include the <gc/gc.h> file.  
+
 * Exposing C code to the CIL universe
 
        The Mono runtime provides two mechanisms to expose C code to