Mercurial > pidgin
view plugins/mono/loader/mono-glue.h @ 11799:a3c28707ef4d
[gaim-migrate @ 14090]
Stop passing around GaimConversations and then pretending they're GaimGtkConversations -- fixes buddy icon animation and two related crashes. --Kevin Stange
committer: Tailor Script <tailor@pidgin.im>
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Mon, 24 Oct 2005 20:33:06 +0000 |
parents | a3302d271199 |
children | 67fbd2ff4c4e |
line wrap: on
line source
#ifndef _GAIM_MONO_LOADER_GLUE_H_ #define _GAIM_MONO_LOADER_GLUE_H_ #include <mono/jit/jit.h> #include <mono/metadata/object.h> #include <mono/metadata/environment.h> #include <mono/metadata/assembly.h> void gaim_debug_glue(int type, MonoString *cat, MonoString *str); int gaim_signal_connect_glue(MonoObject *h, MonoObject *plugin, MonoString *signal, MonoObject *func); MonoObject* gaim_blist_get_handle_glue(void); MonoObject* gaim_blist_build_buddy_object(void* buddy); #endif