awesome/luadoc
Uli Schlachter 8701295e6c Track the number of objects
With this patch, we track the number of objects that are alive for any class.
This information can be accessed via class.instances()

For example:

  print("wiboxes", wibox.instances())
  print("widgets", widget.instances())

Signed-off-by: Uli Schlachter <psychon@znc.in>
2010-09-17 17:39:41 +02:00
..
awesome.lua Fix luadoc for the previous commit 2010-08-25 20:37:49 +02:00
button.lua Track the number of objects 2010-09-17 17:39:41 +02:00
client.lua Track the number of objects 2010-09-17 17:39:41 +02:00
dbus.lua Fix luadoc for the previous commit 2010-08-25 20:37:49 +02:00
image.lua Track the number of objects 2010-09-17 17:39:41 +02:00
key.lua Track the number of objects 2010-09-17 17:39:41 +02:00
keygrabber.lua Fix spelling errors in luadoc 2009-08-31 10:39:09 +02:00
mouse.lua mouse: coords() get silent parameter 2009-11-06 11:05:07 +01:00
mousegrabber.lua readd proper C API documentation 2009-08-21 15:30:48 +02:00
root.lua Remove globalconf.xinerama_is_active 2010-08-16 14:20:45 +02:00
screen.lua Fix luadoc for the previous commit 2010-08-25 20:37:49 +02:00
selection.lua luadoc: add selection documentation 2009-08-28 15:42:11 +02:00
tag.lua Track the number of objects 2010-09-17 17:39:41 +02:00
timer.lua Track the number of objects 2010-09-17 17:39:41 +02:00
wibox.lua Track the number of objects 2010-09-17 17:39:41 +02:00
widget.lua Track the number of objects 2010-09-17 17:39:41 +02:00