From 9e7a5675cd0efb6c939ca8ed81eaee96065a7ded Mon Sep 17 00:00:00 2001 From: Zhang Xianwei Date: Sun, 11 Nov 2018 04:23:55 -0500 Subject: media-keys: Add labels for the rfkill OSD Which should hopefully make the icons a bit clearer. Signed-off-by: Zhang Xianwei --- plugins/media-keys/msd-media-keys-window.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/media-keys/msd-media-keys-window.h') 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, -- cgit v1.2.1