libpurple/protocols/jabber/jingle/rtp.h

branch
soc.2013.gobjectification.plugins
changeset 36889
4dfe09057bed
parent 33632
78c026f584bd
child 39494
f68a311bc10d
--- 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);

mercurial