I have no idea how to change this to take a PurpleConnectionError and

Sun, 21 Aug 2011 07:57:00 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 21 Aug 2011 07:57:00 +0000
changeset 32155
a9cddca725ce
parent 32154
9491c289412b
child 32156
dff89601e951

I have no idea how to change this to take a PurpleConnectionError and
I kinda don't feel like learning. Does anyone use perl plugins? Does
anyone use perl? I kinda want to get rid of the perl plugin loader.

libpurple/plugins/perl/common/Connection.xs file | annotate | diff | comparison | revisions
--- a/libpurple/plugins/perl/common/Connection.xs	Sun Aug 21 07:49:24 2011 +0000
+++ b/libpurple/plugins/perl/common/Connection.xs	Sun Aug 21 07:57:00 2011 +0000
@@ -36,11 +36,6 @@
 	const char *text
 
 void
-purple_connection_error(gc, reason)
-	Purple::Connection gc
-	const char *reason
-
-void
 purple_connection_destroy(gc)
 	Purple::Connection gc
 

mercurial