summaryrefslogtreecommitdiff
path: root/libcaribou/level-model.vala
diff options
context:
space:
mode:
Diffstat (limited to 'libcaribou/level-model.vala')
-rw-r--r--libcaribou/level-model.vala7
1 files changed, 7 insertions, 0 deletions
diff --git a/libcaribou/level-model.vala b/libcaribou/level-model.vala
index e55526c..4ca3382 100644
--- a/libcaribou/level-model.vala
+++ b/libcaribou/level-model.vala
@@ -1,4 +1,11 @@
namespace Caribou {
+ /**
+ * Object representing a level in a group.
+ *
+ * This is used for implementing custom keyboard service.
+ *
+ * A keyboard object consists of {@link RowModel} objects.
+ */
public class LevelModel : ScannableGroup, IKeyboardObject {
public signal void level_toggled (string new_level);
public string mode { get; private set; default = ""; }