Mercurial > pidgin.yaz
view plugins/mono/loader/mono-glue.h @ 13747:69d5cd3d0b4a
[gaim-migrate @ 16158]
Add a "--with avahi" option to our RPM spec file. I think
this should work, but I just got the following error and I
want to go to sleep:
/var/tmp/rpm-tmp.68399: line 39: syntax error: unexpected end of file
error: Bad exit status from /var/tmp/rpm-tmp.68399 (%install)
RPM build errors:
/home/mark/rpmbuild/SPECS/gaim.spec:194: Got a %else with no %if
Bad exit status from /var/tmp/rpm-tmp.68399 (%install)
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 08 May 2006 04:45:41 +0000 |
parents | 67fbd2ff4c4e |
children |
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); MonoObject* gaim_status_build_status_object(void* data); #endif