--- a/libpurple/protocols/jabber/jingle/iceudp.h Sat Oct 12 16:42:04 2013 +0530 +++ b/libpurple/protocols/jabber/jingle/iceudp.h Sat Oct 12 17:43:23 2013 +0530 @@ -94,7 +94,12 @@ * * @return The iceudp class's GType. */ -GType jingle_iceudp_get_type(void); +G_MODULE_EXPORT GType jingle_iceudp_get_type(void); + +/** + * Registers the JingleIceUdp type in the type system. + */ +void jingle_iceudp_register_type(PurplePlugin *plugin); JingleIceUdpCandidate *jingle_iceudp_candidate_new(const gchar *id, guint component, const gchar *foundation, guint generation,