diff options
author | Ted Gould <ted@gould.cx> | 2011-01-10 10:19:52 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-01-10 10:19:52 -0600 |
commit | 2b6655fef97e8d37f0d29b668fdd382692cdaca8 (patch) | |
tree | 02fbbc62799bb4c123ebac588fdfcd4004338a94 /libindicator | |
parent | a17110ef804bc829df9f6e2275ed3210f7dc1031 (diff) | |
download | libayatana-indicator-2b6655fef97e8d37f0d29b668fdd382692cdaca8.tar.gz libayatana-indicator-2b6655fef97e8d37f0d29b668fdd382692cdaca8.tar.bz2 libayatana-indicator-2b6655fef97e8d37f0d29b668fdd382692cdaca8.zip |
Fixing doc strings
Diffstat (limited to 'libindicator')
-rw-r--r-- | libindicator/indicator-object.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c index f82a7c3..988a8ae 100644 --- a/libindicator/indicator-object.c +++ b/libindicator/indicator-object.c @@ -501,12 +501,12 @@ indicator_object_entry_activate (IndicatorObject * io, IndicatorObjectEntry * en } /** - indicator_object_entry_activate: + indicator_object_entry_close: @io: #IndicatorObject to query @entry: The #IndicatorObjectEntry whose menu was closed @timestamp: The X11 timestamp of the event - Used to signal that a menu has been closed for the specific + Used to tell the indicator that a menu has been closed for the entry that is specified. */ void |