~dylanmccall/indicator-sound/notifications-use-new-volume

« back to all changes in this revision

Viewing changes to src/indicator-sound.h

  • Committer: Conor Curran
  • Date: 2011-03-09 19:16:12 UTC
  • mfrom: (214.2.1 indicator-sound)
  • Revision ID: conor.curran@canonical.com-20110309191612-7fmkmgsawz8txa1x
merged luke's updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
// GObject Boiler plate
54
54
GType indicator_sound_get_type (void);
55
55
 
 
56
// Update the accessible description
 
57
void update_accessible_desc (IndicatorObject * io);
 
58
 
56
59
#endif