libpurple/plugins/tcl/tcl_purple.h

branch
soc.2013.gobjectification.plugins
changeset 36574
e9b59dd16117
parent 36545
23b59a16c808
parent 34889
4ea2da14cd0e
equal deleted inserted replaced
36573:31c7f587968d 36574:e9b59dd16117
44 int nargs; 44 int nargs;
45 GType *argtypes; 45 GType *argtypes;
46 }; 46 };
47 47
48 struct tcl_cmd_handler { 48 struct tcl_cmd_handler {
49 int id; 49 PurpleCmdId id;
50 Tcl_Obj *cmd; 50 Tcl_Obj *cmd;
51 Tcl_Interp *interp; 51 Tcl_Interp *interp;
52 52
53 Tcl_Obj *namespace; 53 Tcl_Obj *namespace;
54 /* These are temporary during setup */ 54 /* These are temporary during setup */

mercurial