libpurple/plugins/tcl/tcl_purple.h

branch
soc.2013.gobjectification
changeset 34799
f029b9598b8e
parent 34778
01d983ce883d
child 34806
182a4df77539
--- 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 {

mercurial