summaryrefslogtreecommitdiff
path: root/shell/panel.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-24 22:22:49 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2014-03-24 22:30:18 +0100
commited5035680eb2d364734463b2a08c4ea45fe2f30c (patch)
treea930245581641c126b5310bd848947d9ae568250 /shell/panel.h
parentd04d8be6be1bff80191e1f2ef9d4b500b8015e7d (diff)
downloadgraynard-ed5035680eb2d364734463b2a08c4ea45fe2f30c.tar.gz
graynard-ed5035680eb2d364734463b2a08c4ea45fe2f30c.zip
panel,clock: implement setting volume by showing a scale over the clock
Diffstat (limited to 'shell/panel.h')
-rw-r--r--shell/panel.h5
1 files changed, 5 insertions, 0 deletions
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__ */