Added some Lua API stuff.
authorBrenden Matthews <brenden@rty.ca>
Tue, 28 Jul 2009 18:38:43 +0000 (12:38 -0600)
committerBrenden Matthews <brenden@rty.ca>
Tue, 28 Jul 2009 18:38:43 +0000 (12:38 -0600)
commitda4b542ae6938e2747a2c8573d41e063cabb93ed
tree1dc8582b37cf60a2d026f2ce96c4f7889fc405a4
parente124064892b7ce13667f82ceec2037d3cd79d40d
Added some Lua API stuff.

Added conky_set_update_interval() API call, which allows you to change
Conky's update interval from a Lua script.  Added the 'conky_info' table
to global Lua context, which still needs populating with stuff (right
now it only contains the current update interval and the system uptime).
doc/lua.xml
src/conky.c
src/conky.h
src/llua.c
src/llua.h