--- a/libpurple/plugins/tcl/tcl_purple.h Tue Jul 16 23:29:58 2013 +0530 +++ b/libpurple/plugins/tcl/tcl_purple.h Wed Jul 17 00:58:12 2013 +0530 @@ -40,9 +40,9 @@ Tcl_Obj *args; Tcl_Obj *proc; - GType returntype; + PurpleValue *returntype; int nargs; - GType *argtypes; + PurpleValue **argtypes; }; struct tcl_cmd_handler {