From adebef629b5b200e6a49accae62eeac7a7b62452 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Tue, 17 May 2016 00:44:20 -0400 Subject: [PATCH] object: Add an header description --- lib/gears/object.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/gears/object.lua b/lib/gears/object.lua index 92c4a1706..b9bae661a 100644 --- a/lib/gears/object.lua +++ b/lib/gears/object.lua @@ -1,4 +1,9 @@ --------------------------------------------------------------------------- +-- The object oriented programming base class used by various Awesome +-- widgets and components. +-- +-- It provide basic observer pattern, signaling and dynamic properties. +-- -- @author Uli Schlachter -- @copyright 2010 Uli Schlachter -- @release @AWESOME_VERSION@