summaryrefslogtreecommitdiff
path: root/plugins/media-keys/msd-media-keys-window.h
diff options
context:
space:
mode:
authorZhang Xianwei <[email protected]>2018-12-04 13:16:10 +0800
committerlukefromdc <[email protected]>2018-12-05 06:42:30 +0000
commit2830e71e72a1dd38f692cc5b24875d84f7d64a75 (patch)
tree0e19028491256759cf17733edcd9a08591bc44be /plugins/media-keys/msd-media-keys-window.h
parent3e77bd1e413f7d40a2d5db6af6b9fa955decb4c8 (diff)
downloadmate-settings-daemon-2830e71e72a1dd38f692cc5b24875d84f7d64a75.tar.bz2
mate-settings-daemon-2830e71e72a1dd38f692cc5b24875d84f7d64a75.tar.xz
media-keys: Add microphone mute key support
Pressing the microphone mute button now toggles the mute status. Fix https://github.com/mate-desktop/mate-settings-daemon/issues/175 Signed-off-by: Zhang Xianwei <[email protected]>
Diffstat (limited to 'plugins/media-keys/msd-media-keys-window.h')
-rw-r--r--plugins/media-keys/msd-media-keys-window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/media-keys/msd-media-keys-window.h b/plugins/media-keys/msd-media-keys-window.h
index 228da32..88c3748 100644
--- a/plugins/media-keys/msd-media-keys-window.h
+++ b/plugins/media-keys/msd-media-keys-window.h
@@ -65,6 +65,8 @@ void msd_media_keys_window_set_action (MsdMediaKeysWindo
void msd_media_keys_window_set_action_custom (MsdMediaKeysWindow *window,
const char *icon_name,
const char *description);
+void msd_media_keys_window_set_mic_muted (MsdMediaKeysWindow *window,
+ gboolean muted);
void msd_media_keys_window_set_volume_muted (MsdMediaKeysWindow *window,
gboolean muted);
void msd_media_keys_window_set_volume_level (MsdMediaKeysWindow *window,