Bugzilla – Bug 322191
[PATCH] Missing API to get the type pointed by a MONO_TYPE_PTR
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by ricardo.fernandez@st.com 2006-09-25 04:45:37 MST ---- This function is missing. It is similar to mono_type_get_array_type or mono_type_get_class. offtopic to this bug: wouldn-t it be nice to have a g_return_if_fail to check that type->type is correct in each of these functions? ---- Additional Comments From ricardo.fernandez@st.com 2006-09-25 04:48:34 MST ---- Created an attachment (id=170540) Proposed patch ---- Additional Comments From vargaz@gmail.com 2006-09-27 15:20:41 MST ---- Fixed in SVN. Imported an attachment (id=170540)