aboutsummaryrefslogtreecommitdiff
path: root/src/play-button.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-07-02 20:04:15 +0100
committerConor Curran <conor.curran@canonical.com>2010-07-02 20:04:15 +0100
commitd79472daaf580062397ef688766cbe48b2cbd992 (patch)
treea6532eb6497641e330c1a97438a1c5c890728d84 /src/play-button.h
parentb1d159ec617f067753cd3a012697e94c592e2b88 (diff)
downloadayatana-indicator-sound-d79472daaf580062397ef688766cbe48b2cbd992.tar.gz
ayatana-indicator-sound-d79472daaf580062397ef688766cbe48b2cbd992.tar.bz2
ayatana-indicator-sound-d79472daaf580062397ef688766cbe48b2cbd992.zip
cairo is taking some time
Diffstat (limited to 'src/play-button.h')
-rw-r--r--src/play-button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/play-button.h b/src/play-button.h
index 4f7cdd0..6c6aee3 100644
--- a/src/play-button.h
+++ b/src/play-button.h
@@ -42,6 +42,7 @@ struct _PlayButton {
};
GType play_button_get_type (void);
+void play_button_set_style(GtkWidget* button, GtkStyle* style);
GtkWidget* play_button_new();
G_END_DECLS