libpurple/plugins/perl/perl-handlers.h

branch
soc.2013.gobjectification.plugins
changeset 36545
23b59a16c808
parent 36367
891eea799578
child 36574
e9b59dd16117
--- a/libpurple/plugins/perl/perl-handlers.h	Sat Aug 17 23:28:51 2013 +0530
+++ b/libpurple/plugins/perl/perl-handlers.h	Sun Aug 18 00:04:13 2013 +0530
@@ -15,7 +15,7 @@
 	PurpleCmdId id;
 	SV *callback;
 	SV *data;
-	gchar *prpl_id;
+	gchar *protocol_id;
 	gchar *cmd;
 	PurplePlugin *plugin;
 } PurplePerlCmdHandler;
@@ -73,7 +73,7 @@
 
 PurpleCmdId purple_perl_cmd_register(PurplePlugin *plugin, const gchar *cmd,
                                  const gchar *args, PurpleCmdPriority priority,
-                                 PurpleCmdFlag flag, const gchar *prpl_id,
+                                 PurpleCmdFlag flag, const gchar *protocol_id,
                                  SV *callback, const gchar *helpstr, SV *data);
 void purple_perl_cmd_unregister(PurpleCmdId id);
 void purple_perl_cmd_clear_for_plugin(PurplePlugin *plugin);

mercurial