diff options
Diffstat (limited to 'shell/panel.h')
| -rw-r--r-- | shell/panel.h | 5 |
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__ */ |
