diff options
author | Ted Gould <ted@canonical.com> | 2009-04-30 21:45:19 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-04-30 21:45:19 -0500 |
commit | 3810da4bb215f815f9528e9fa7145de9c99efbff (patch) | |
tree | e6ace494f86cea01bb753501e44875842460ee08 /libindicate/server.h | |
parent | 51f63e11e0e39400d5be18a303a18989a7d67ea3 (diff) | |
download | libayatana-indicator-3810da4bb215f815f9528e9fa7145de9c99efbff.tar.gz libayatana-indicator-3810da4bb215f815f9528e9fa7145de9c99efbff.tar.bz2 libayatana-indicator-3810da4bb215f815f9528e9fa7145de9c99efbff.zip |
Fixing some documentation bugs.
Diffstat (limited to 'libindicate/server.h')
-rw-r--r-- | libindicate/server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicate/server.h b/libindicate/server.h index 820e641..2a300e2 100644 --- a/libindicate/server.h +++ b/libindicate/server.h @@ -85,7 +85,7 @@ struct _IndicateServer { @interest_removed: Slot for #IndicateServer::interest-removed. @get_indicator_count: Returns the number of indicators that are visible on the bus. Hidden indicators should not be counted. - @get_indciator_count_by_type: Returns the number of indicators that are + @get_indicator_count_by_type: Returns the number of indicators that are of a given type and visible on the bus. @get_indicator_list: List all of the indicators that are visible. @get_indicator_list_by_type: List all of the indicators of a given |