- generates IL code for StructureToPtr (object structure, IntPtr ptr, bool fDeleteOld)
- The wrapper info for the wrapper is a WrapperInfo structure.
+ generates IL code for StructureToPtr (object structure, IntPtr ptr, bool fDeleteOld)
diff --git a/docs/deploy/mono-api-unsorted.html b/docs/deploy/mono-api-unsorted.html
index a2a1496a6b..b7d320d32a 100644
--- a/docs/deploy/mono-api-unsorted.html
+++ b/docs/deploy/mono-api-unsorted.html
@@ -293,7 +293,7 @@ mono_dllmap_insert (MonoImage *assembly, const char *dll, const char *func, cons
LOCKING: Acquires the loader lock.
diff --git a/docs/deploy/mono-api-wapi.html.REMOVED.git-id b/docs/deploy/mono-api-wapi.html.REMOVED.git-id
index e32914e3b5..4b5116790f 100644
--- a/docs/deploy/mono-api-wapi.html.REMOVED.git-id
+++ b/docs/deploy/mono-api-wapi.html.REMOVED.git-id
@@ -1 +1 @@
-3e44f606f7cee10fd72df9399ead2393fe7e824c
\ No newline at end of file
+dc9f5d8b06210d860035b42ede58f35b8e7c32bd
\ No newline at end of file
diff --git a/docs/sources/mono-api-gc.html b/docs/sources/mono-api-gc.html
index 20d6cb9dc9..cddef0364c 100644
--- a/docs/sources/mono-api-gc.html
+++ b/docs/sources/mono-api-gc.html
@@ -40,9 +40,8 @@
The output of the SCC analysis is passed to the
`cross_references()` callback. It is expected to set the
`is_alive` flag on those strongly connected components that it
- wishes to be kept alive. Only bridged objects will be
- reported to the callback, i.e., non-bridged objects are
- removed from the callback graph.
+ wishes to be kept alive. The value of `is_alive` will be
+ ignored on any SCCs which lack bridges.
In monodroid each bridged object has a corresponding Java
mirror object. In the bridge callback it reifies the Mono
@@ -63,7 +62,7 @@