libpurple/plugins/perl/common/Server.xs

branch
gtkdoc-conversion
changeset 35501
602747bb4af9
parent 35499
c4c5e0a670b1
child 36079
2e449140fe0b
--- a/libpurple/plugins/perl/common/Server.xs	Mon Feb 10 01:40:39 2014 +0530
+++ b/libpurple/plugins/perl/common/Server.xs	Mon Feb 10 02:20:01 2014 +0530
@@ -65,7 +65,7 @@
 	time_t mtime
 
 void 
-purple_purple_serv_got_chat_invite(gc, name, who, message, components)
+purple_serv_got_chat_invite(gc, name, who, message, components)
 	Purple::Connection gc
 	const char *name
 	const char *who
@@ -89,7 +89,7 @@
 
 		g_hash_table_insert(t_GHash, t_key, t_value);
 	}
-	purple_purple_serv_got_chat_invite(gc, name, who, message, t_GHash);
+	purple_serv_got_chat_invite(gc, name, who, message, t_GHash);
 
 void 
 purple_serv_got_chat_left(g, id)
@@ -118,7 +118,7 @@
 	Purple::IMTypingState state
 
 void 
-purple_purple_serv_got_typing_stopped(gc, name)
+purple_serv_got_typing_stopped(gc, name)
 	Purple::Connection gc
 	const char *name
 

mercurial