From ed5035680eb2d364734463b2a08c4ea45fe2f30c Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Mon, 24 Mar 2014 22:22:49 +0100 Subject: panel,clock: implement setting volume by showing a scale over the clock --- shell/panel.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shell/panel.h') diff --git a/shell/panel.h b/shell/panel.h index 861f509..5278e89 100644 --- a/shell/panel.h +++ b/shell/panel.h @@ -56,4 +56,9 @@ GtkWidget * maynard_panel_new (void); void maynard_panel_set_expand (MaynardPanel *self, gboolean expand); +void maynard_panel_show_volume_previous (MaynardPanel *self, gboolean status); + +void maynard_panel_set_volume_icon_name (MaynardPanel *self, + const gchar *icon_name); + #endif /* __MAYNARD_PANEL_H__ */ -- cgit v1.3.1