libpurple/protocols/jabber/jingle/iceudp.h

branch
soc.2013.gobjectification.plugins
changeset 36889
4dfe09057bed
parent 34935
686fa55b0deb
child 39494
f68a311bc10d
--- 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,

mercurial