Update code documentation

This commit is contained in:
Romain Vigier
2020-02-27 09:01:44 +01:00
parent d801a01bef
commit 1cb9608a3d
3 changed files with 14 additions and 11 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ const { Variants } = Me.imports.modules.Variants;
/*
The Themer communicates with the system to get the current theme or set a new
one. It can also be asked to listen to theme changes.
one, and get the day and night variants of a theme. It listens to theme changes
and reports them.
*/
var Themer = class {