~dylanmccall/notify-osd/sounds-support

« back to all changes in this revision

Viewing changes to src/bubble.h

  • Committer: Dylan McCall
  • Date: 2010-03-27 23:49:23 UTC
  • Revision ID: dylanmccall@gmail.com-20100327234923-l4tgvil01ca80ptp
Implement suppress-sound hint. Haven't been able to test this, but it _should_ work, I think...

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
bubble_get_icon_pixbuf (Bubble *self);
125
125
 
126
126
void
 
127
bubble_set_suppress_sound (Bubble* self,
 
128
                           gboolean suppress_sound);
 
129
 
 
130
gboolean
 
131
bubble_get_suppress_sound (Bubble* self);
 
132
 
 
133
void
127
134
bubble_set_sound_id (Bubble* self,
128
135
                     const gchar* id);
129
136