aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/actions.h')
-rw-r--r--include/datetime/actions.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/datetime/actions.h b/include/datetime/actions.h
index a4c6017..18286dc 100644
--- a/include/datetime/actions.h
+++ b/include/datetime/actions.h
@@ -33,7 +33,11 @@ namespace indicator {
namespace datetime {
/**
- * Interface for all the actions that can be activated by users via the menu.
+ * \brief Interface for all the actions that can be activated by users.
+ *
+ * This is a simple C++ wrapper around our GActionGroup that gets exported
+ * onto the bus. Subclasses implement the actual code that should be run
+ * when a particular action is triggered.
*/
class Actions
{