diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-03-11 12:56:28 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-03-11 12:56:28 -0500 |
commit | d1a4d4e51d74192975dd2aa1dda35581b1d23d73 (patch) | |
tree | 59a8e63ea80a23797a97c2965a17eff3f48b97cd /src/indicator-sound.h | |
parent | f2b815cf615ba4532a7e04254ddb4acd1bbb75ff (diff) | |
parent | a65cff5ec2d7625408d58fe6b23ddb40d7f63ee2 (diff) | |
download | ayatana-indicator-sound-d1a4d4e51d74192975dd2aa1dda35581b1d23d73.tar.gz ayatana-indicator-sound-d1a4d4e51d74192975dd2aa1dda35581b1d23d73.tar.bz2 ayatana-indicator-sound-d1a4d4e51d74192975dd2aa1dda35581b1d23d73.zip |
releasing version 0.6.3-0ubuntu1
Diffstat (limited to 'src/indicator-sound.h')
-rw-r--r-- | src/indicator-sound.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/indicator-sound.h b/src/indicator-sound.h index 40a3e6f..c945efa 100644 --- a/src/indicator-sound.h +++ b/src/indicator-sound.h @@ -53,4 +53,7 @@ struct _IndicatorSound { // GObject Boiler plate GType indicator_sound_get_type (void); +// Update the accessible description +void update_accessible_desc (IndicatorObject * io); + #endif |