~cjcurran/indicator-sound/notifications-moved-service-side

« back to all changes in this revision

Viewing changes to src/device.h

  • Committer: Conor Curran
  • Date: 2011-06-24 14:54:23 UTC
  • Revision ID: conor.curran@canonical.com-20110624145423-xm3xx5d0maoojk6i
stripped the notification stuff from the indicator and put in place the flag to determine when to send notifications from the device object

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
void device_sink_deactivated (Device* self);
66
66
void device_update_mute (Device* self, gboolean mute_update);
67
67
void device_ensure_sink_is_unmuted (Device* self);
 
68
void device_set_scroll_update (Device* self, gboolean scroll_update);
68
69
 
69
70
// source and sinkinput/client related for VOIP functionality
70
71
void device_update_voip_input_source (Device* sink, const pa_source_info* update);