summaryrefslogtreecommitdiff
path: root/plugins/media-keys/msd-media-keys-window.h
diff options
context:
space:
mode:
authorZhang Xianwei <[email protected]>2018-11-11 04:23:55 -0500
committerlukefromdc <[email protected]>2018-11-14 21:10:59 +0000
commit9e7a5675cd0efb6c939ca8ed81eaee96065a7ded (patch)
tree083d786502c59e86178ad53de27fd6e2388c7295 /plugins/media-keys/msd-media-keys-window.h
parentea4ab83ceee857effdf90f79f00ec9335a5181a5 (diff)
downloadmate-settings-daemon-9e7a5675cd0efb6c939ca8ed81eaee96065a7ded.tar.bz2
mate-settings-daemon-9e7a5675cd0efb6c939ca8ed81eaee96065a7ded.tar.xz
media-keys: Add labels for the rfkill OSD
Which should hopefully make the icons a bit clearer. 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/media-keys/msd-media-keys-window.h b/plugins/media-keys/msd-media-keys-window.h
index 51489ad..228da32 100644
--- a/plugins/media-keys/msd-media-keys-window.h
+++ b/plugins/media-keys/msd-media-keys-window.h
@@ -63,7 +63,8 @@ GtkWidget * msd_media_keys_window_new (void);
void msd_media_keys_window_set_action (MsdMediaKeysWindow *window,
MsdMediaKeysWindowAction action);
void msd_media_keys_window_set_action_custom (MsdMediaKeysWindow *window,
- const char *icon_name);
+ const char *icon_name,
+ const char *description);
void msd_media_keys_window_set_volume_muted (MsdMediaKeysWindow *window,
gboolean muted);
void msd_media_keys_window_set_volume_level (MsdMediaKeysWindow *window,