X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fclass.h;h=5c2e15f7d5cd06ce6c4dcda0ee4bb0aa84b4b268;hb=94d44cb64a97e7252140bf7dd8e77071eda8480d;hp=8ab544486a5b503e78e48e03b38411a20e6767c1;hpb=b0eff411fcc55fa6a7bbc5ee97bb592fe3204309;p=mono.git diff --git a/mono/metadata/class.h b/mono/metadata/class.h index 8ab544486a5..5c2e15f7d5c 100644 --- a/mono/metadata/class.h +++ b/mono/metadata/class.h @@ -28,7 +28,7 @@ mono_class_get (MonoImage *image, guint32 type_token); MonoClass * mono_class_get_full (MonoImage *image, guint32 type_token, MonoGenericContext *context); -void +gboolean mono_class_init (MonoClass *klass); MonoVTable * @@ -53,7 +53,7 @@ MonoType* mono_class_inflate_generic_type (MonoType *type, MonoGenericContext *context); MonoMethod* -mono_class_inflate_generic_method (MonoMethod *method, MonoGenericContext *context, MonoClass *klass); +mono_class_inflate_generic_method (MonoMethod *method, MonoGenericContext *context); MonoMethod * mono_get_inflated_method (MonoMethod *method); @@ -122,9 +122,6 @@ mono_ldtoken (MonoImage *image, guint32 token, MonoClass **retclas char* mono_type_get_name (MonoType *type); -char* -mono_type_get_full_name (MonoType *type); - MonoType* mono_type_get_underlying_type (MonoType *type); @@ -253,7 +250,7 @@ MonoMethod * mono_class_get_method_from_name (MonoClass *klass, const char *name, int param_count); char * -mono_class_name_from_token (MonoImage *image, guint32 type_token, MonoGenericContext *context); +mono_class_name_from_token (MonoImage *image, guint32 type_token); G_END_DECLS