http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19608
User: lego
Date: 2006/10/19 05:02 PM
Log:
- wslua_gui.c:
- remove data_ref where it is not used anymore (callbacks won't pass userdata as this ius better done using lua's closures)
- have TextWindow:set_editable() using its argument
- add wslua_optbool(L,n,d) to pull an optional boolean from the stack
- several fixes to docbook generation (now it compiles!)
Directory: /trunk/epan/wslua/
Changes Path Action
+1 -1 Makefile.am Modified
+41 -6 make-doc.pl Modified
+77 -0 template-wsluarm.xml Added
+2 -1 wslua.h Modified
+32 -29 wslua_gui.c Modified
+1 -1 wslua_pinfo.c Modified
+15 -0 wslua_util.c Modified