view plugins/mono/loader/mono-glue.h @ 11678:b37c439dfcc0

[gaim-migrate @ 13964] Modify the Bonjour PRPL to use gc->inpa, gaim_input_add, and to stop watching the mDNS socket when Bonjour is disconnected. This fixes the crash-at-signoff committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 17 Oct 2005 06:11:02 +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