libpurple/protocols/jabber/gtalk.h

branch
soc.2013.gobjectification.plugins
changeset 36714
ec178f7d66da
parent 36665
5bef44ba334a
child 36775
5e59f252d777
--- a/libpurple/protocols/jabber/gtalk.h	Fri Sep 13 20:12:39 2013 +0530
+++ b/libpurple/protocols/jabber/gtalk.h	Fri Sep 13 20:32:33 2013 +0530
@@ -42,6 +42,11 @@
 } GTalkProtocolClass;
 
 /**
+ * Registers the GTalkProtocol type in the type system.
+ */
+void gtalk_protocol_register_type(PurplePlugin *plugin);
+
+/**
  * Returns the GType for the GTalkProtocol object.
  */
 GType gtalk_protocol_get_type(void);

mercurial