diff options
author | Ted Gould <ted@canonical.com> | 2009-04-30 14:35:30 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-30 14:35:30 -0500 |
commit | 9201eb6ce3b2770038f0c71e89aadb3c55af6157 (patch) | |
tree | 028957296bec9f3324f557500de44ee4f085df53 /libindicate/indicator.h | |
parent | 877ac7aac626a3c8ce4bdd601eff9fb92fe64911 (diff) | |
download | libayatana-indicator-9201eb6ce3b2770038f0c71e89aadb3c55af6157.tar.gz libayatana-indicator-9201eb6ce3b2770038f0c71e89aadb3c55af6157.tar.bz2 libayatana-indicator-9201eb6ce3b2770038f0c71e89aadb3c55af6157.zip |
Making it more like English and less like a pointer table.
Diffstat (limited to 'libindicate/indicator.h')
-rw-r--r-- | libindicate/indicator.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libindicate/indicator.h b/libindicate/indicator.h index dc057f4..61cc1d2 100644 --- a/libindicate/indicator.h +++ b/libindicate/indicator.h @@ -75,13 +75,13 @@ struct _IndicateIndicator { in the indicator. Typically gets subclassed by other types of indicators, for example #IndicateIndicatorMessages. - @hide: #IndicateIndicator::hide + @hide: Slot for #IndicateIndicator::hide. - @show: #IndicateIndicator::show + @show: Slot for #IndicateIndicator::show. - @user_display: #IndicateIndicator::user-display + @user_display: Slot for #IndicateIndicator::user-display. - @modified: #IndicateIndicator::modified + @modified: Slot for #IndicateIndicator::modified. @get_type: Returns a constant string for the type of this indicator. Typically gets overridden by subclasses and defines the type of |