summaryrefslogtreecommitdiff
path: root/shell/clock.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/clock.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/clock.h')
-rw-r--r--shell/clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/clock.h b/shell/clock.h
index f21ff17..a0803e8 100644
--- a/shell/clock.h
+++ b/shell/clock.h
@@ -56,4 +56,7 @@ GType maynard_clock_get_type (void) G_GNUC_CONST;
GtkWidget * maynard_clock_new (void);
+void maynard_clock_show_volume (MaynardClock *self,
+ gboolean value);
+
#endif /* __MAYNARD_CLOCK_H__ */