From 858c43dbd4be74c8979bc778b83a1642784a7e02 Mon Sep 17 00:00:00 2001 From: Conor Curran Date: Tue, 13 Jul 2010 18:12:45 +0100 Subject: moving towards the play button pause button swap --- src/play-button.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/play-button.h') diff --git a/src/play-button.h b/src/play-button.h index 37b3624..e82d59c 100644 --- a/src/play-button.h +++ b/src/play-button.h @@ -46,6 +46,7 @@ void play_button_set_style(GtkWidget* button, GtkStyle* style); gint determine_button_event(GtkWidget* button, GdkEventButton* event); void play_button_react_to_button_press(GtkWidget* button, gint command); void play_button_react_to_button_release(GtkWidget* button); +void play_button_toggle_play_pause(GtkWidget* button, int update); GtkWidget* play_button_new(); -- cgit v1.2.3