diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-01-22 10:03:57 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-01-22 10:03:57 -0600 |
commit | 0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41 (patch) | |
tree | 7989797cf2e394a1b2b8e6e95b3320b72f8ee901 /include/datetime/actions.h | |
parent | 039c43dc5d0bee82c69c4ef8beee246940570096 (diff) | |
download | ayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.tar.gz ayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.tar.bz2 ayatana-indicator-datetime-0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41.zip |
copyediting: slightly better header comments/docs
Diffstat (limited to 'include/datetime/actions.h')
-rw-r--r-- | include/datetime/actions.h | 6 |
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 { |