From 726f77ccdb4d0cc47b952c8403df926a9c7c7d45 Mon Sep 17 00:00:00 2001 From: Luke Yelavich Date: Wed, 9 Mar 2011 12:17:01 +1100 Subject: Indicators are now responsible for updating their own accessible description. Refactor accessible description update code into a new function. --- src/indicator-sound.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/indicator-sound.h') 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 -- cgit v1.2.3