--- a/libpurple/protocols/jabber/jingle/rtp.h Sat Oct 12 16:42:04 2013 +0530 +++ b/libpurple/protocols/jabber/jingle/rtp.h Sat Oct 12 17:43:23 2013 +0530 @@ -70,7 +70,12 @@ * * @return The rtp class's GType. */ -GType jingle_rtp_get_type(void); +G_MODULE_EXPORT GType jingle_rtp_get_type(void); + +/** + * Registers the JingleRtp type in the type system. + */ +void jingle_rtp_register_type(PurplePlugin *plugin); gchar *jingle_rtp_get_media_type(JingleContent *content); gchar *jingle_rtp_get_ssrc(JingleContent *content);