diff plugins/mono/loader/mono-helper.h @ 11996:ecd33ffb0b0a

[gaim-migrate @ 14289] more mono cleanups from Eoin Coffey committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Sun, 06 Nov 2005 23:09:07 +0000
parents 67fbd2ff4c4e
children fc464a0abccc
line wrap: on
line diff
--- a/plugins/mono/loader/mono-helper.h	Sun Nov 06 23:02:39 2005 +0000
+++ b/plugins/mono/loader/mono-helper.h	Sun Nov 06 23:09:07 2005 +0000
@@ -52,12 +52,12 @@
 
 MonoObject* ml_object_from_gaim_subtype(GaimSubType type, gpointer data);
 
+MonoObject* ml_create_api_object(char *class_name);
+
 void ml_set_api_image(MonoImage *image);
 
 MonoImage* ml_get_api_image();
 
-void ml_destroy_signal_data(gpointer data, gpointer user_data);
-
 /* hash table stuff; probably don't need it anymore */
 
 void ml_add_plugin(GaimMonoPlugin *plugin);