Mercurial > pidgin
view plugins/mono/loader/mono-glue.h @ 11723:9537977703bb
[gaim-migrate @ 14014]
SF Patch #1335123 from sadrul
"Hi. This patch enable images in the `Get Info' dialog."
Yeah, I'm pretty pumped about this being such an easy fix.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 22 Oct 2005 22:13:19 +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