comparison plugins/tcl/tcl_signals.c @ 13845:d0ff520f87da

[gaim-migrate @ 16301] This is tcl /cmd support. It doesn't currently let tcl plugins return error message (I couldn't ever get that to work). But other than that it works. Ethan please look over this when you get a chance. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Wed, 21 Jun 2006 04:57:27 +0000
parents ad8ddfa756ad
children 4d577b63299a
comparison
equal deleted inserted replaced
13844:597beb5c9de1 13845:d0ff520f87da
385 385
386 g_string_free(name, TRUE); 386 g_string_free(name, TRUE);
387 g_string_free(val, TRUE); 387 g_string_free(val, TRUE);
388 g_free(vals); 388 g_free(vals);
389 g_free(strs); 389 g_free(strs);
390
391 390
392 return retval; 391 return retval;
393 } 392 }
394 393
395 static Tcl_Obj *new_cb_namespace () 394 static Tcl_Obj *new_cb_namespace ()