diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 12:32:06 +0200 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-09-08 12:32:06 +0200 |
commit | e8dbd1c4501965be441fb99855dc5d2f52d549dd (patch) | |
tree | 351494f8a9e94c35280dbc584e8abf7c3f71eb8e /src/play-button.h | |
parent | 0b25b8a95dfd8b8b6743f7a0a055be05dfea956b (diff) | |
parent | b347212eb1cb41fb9739a9873b0ff8eb8abb4b77 (diff) | |
download | ayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.tar.gz ayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.tar.bz2 ayatana-indicator-sound-e8dbd1c4501965be441fb99855dc5d2f52d549dd.zip |
* New upstream release fixing those issues
Diffstat (limited to 'src/play-button.h')
-rw-r--r-- | src/play-button.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/play-button.h b/src/play-button.h index 727a489..6bacac7 100644 --- a/src/play-button.h +++ b/src/play-button.h @@ -56,8 +56,8 @@ struct _PlayButton { GType play_button_get_type (void); void play_button_set_style(GtkWidget* button, GtkStyle* style); PlayButtonEvent determine_button_event(GtkWidget* button, GdkEventButton* event); -void play_button_react_to_button_press(GtkWidget* button, PlayButtonEvent command); -void play_button_react_to_button_release(GtkWidget* button); +void play_button_react_to_button_press(GtkWidget* button, PlayButtonEvent command); +void play_button_react_to_button_release(GtkWidget* button, PlayButtonEvent command); void play_button_toggle_play_pause(GtkWidget* button, PlayButtonState update); GtkWidget* play_button_new(); |