diff options
Diffstat (limited to 'plugins/media-keys/msd-media-keys-manager.c')
-rw-r--r-- | plugins/media-keys/msd-media-keys-manager.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/media-keys/msd-media-keys-manager.c b/plugins/media-keys/msd-media-keys-manager.c index 22d1a14..8c0184a 100644 --- a/plugins/media-keys/msd-media-keys-manager.c +++ b/plugins/media-keys/msd-media-keys-manager.c @@ -853,8 +853,8 @@ update_default_input (MsdMediaKeysManager *manager) } static void -on_context_state_notify (MateMixerContext *context, - GParamSpec *pspec, +on_context_state_notify (MateMixerContext *context G_GNUC_UNUSED, + GParamSpec *pspec G_GNUC_UNUSED, MsdMediaKeysManager *manager) { update_default_output (manager); @@ -862,23 +862,23 @@ on_context_state_notify (MateMixerContext *context, } static void -on_context_default_output_notify (MateMixerContext *context, - GParamSpec *pspec, +on_context_default_output_notify (MateMixerContext *context G_GNUC_UNUSED, + GParamSpec *pspec G_GNUC_UNUSED, MsdMediaKeysManager *manager) { update_default_output (manager); } static void -on_context_default_input_notify (MateMixerContext *context, - GParamSpec *pspec, +on_context_default_input_notify (MateMixerContext *context G_GNUC_UNUSED, + GParamSpec *pspec G_GNUC_UNUSED, MsdMediaKeysManager *manager) { update_default_input (manager); } static void -on_context_stream_removed (MateMixerContext *context, +on_context_stream_removed (MateMixerContext *context G_GNUC_UNUSED, const gchar *name, MsdMediaKeysManager *manager) { |