awesome/lib/wibox/layout
Uli Schlachter d990e7918f Use :weak_connect_signal() for connecting to widget::updated
This way "that other widget" doesn't prevent the current widget from being
garbage collected.

Please note that this in all of these cases the widget under consideration does
have a strong reference to the callback function. This means that the callback
cannot be garbage collected until "this widget" itself is collected. Thanks to
this, this change is safe.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2015-06-25 06:37:05 +02:00
..
align.lua Use :weak_connect_signal() for connecting to widget::updated 2015-06-25 06:37:05 +02:00
base.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
constraint.lua Use :weak_connect_signal() for connecting to widget::updated 2015-06-25 06:37:05 +02:00
fixed.lua Use :weak_connect_signal() for connecting to widget::updated 2015-06-25 06:37:05 +02:00
flex.lua Use :weak_connect_signal() for connecting to widget::updated 2015-06-25 06:37:05 +02:00
init.lua Remove the *.in from all files. 2015-06-19 22:33:32 +02:00
margin.lua Use :weak_connect_signal() for connecting to widget::updated 2015-06-25 06:37:05 +02:00
mirror.lua Use :weak_connect_signal() for connecting to widget::updated 2015-06-25 06:37:05 +02:00
rotate.lua Use :weak_connect_signal() for connecting to widget::updated 2015-06-25 06:37:05 +02:00