diff options
author | Conor Curran <conor.curran@canonical.com> | 2011-03-09 19:16:12 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2011-03-09 19:16:12 +0000 |
commit | 01b69bd1d0979f27f003f06151fcda72102f2067 (patch) | |
tree | 1531bcd02ba38c1145e7ba578bc2b7933a07ad2a /src/indicator-sound.h | |
parent | 83554ba72ea7d455f9261355e37d4a5501577364 (diff) | |
parent | 726f77ccdb4d0cc47b952c8403df926a9c7c7d45 (diff) | |
download | ayatana-indicator-sound-01b69bd1d0979f27f003f06151fcda72102f2067.tar.gz ayatana-indicator-sound-01b69bd1d0979f27f003f06151fcda72102f2067.tar.bz2 ayatana-indicator-sound-01b69bd1d0979f27f003f06151fcda72102f2067.zip |
merged luke's updates
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 |