awesome/lib
Uli Schlachter b6a3ae43fb gears.object.properties: Use the new .data table
Previously, gears.object.properties used a weak table for adding
additional information to a C object. However, weak tables can easily
cause leaks when the value references the key.

This commit makes the code instead use the new .data property that is
available on all C objects. This means we have no more magic with a weak
table and instead only use "regular" tables instead.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-09-30 11:11:55 +02:00
..
awful doc: Document the tasklist variables. 2016-09-26 01:20:56 -04:00
beautiful doc: Document the basic variables. 2016-09-26 00:40:20 -04:00
gears gears.object.properties: Use the new .data table 2016-09-30 11:11:55 +02:00
menubar doc: Fix the menubar fields documentation 2016-09-26 00:40:20 -04:00
naughty wibox: Create a container module 2016-05-30 17:51:19 -04:00
wibox doc: Add more graph documentation. 2016-09-26 01:20:57 -04:00