diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-11-15 13:17:22 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-11-15 13:17:22 +0000 |
commit | 41284d027bd0c0eeff0e83e10b365f98a6977f59 (patch) | |
tree | 5bf386df9dfcd316deafdfd218ec8c34aa599d30 /src/transport-widget.h | |
parent | 5fd2c5e12a059ab8c59306676d18dfc56c818077 (diff) | |
download | ayatana-indicator-sound-41284d027bd0c0eeff0e83e10b365f98a6977f59.tar.gz ayatana-indicator-sound-41284d027bd0c0eeff0e83e10b365f98a6977f59.tar.bz2 ayatana-indicator-sound-41284d027bd0c0eeff0e83e10b365f98a6977f59.zip |
keyboard handling for the transport controls underway
Diffstat (limited to 'src/transport-widget.h')
-rw-r--r-- | src/transport-widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/transport-widget.h b/src/transport-widget.h index 6ccce05..470b1cd 100644 --- a/src/transport-widget.h +++ b/src/transport-widget.h @@ -66,6 +66,8 @@ typedef struct void _color_shade (const CairoColorRGB *a, float k, CairoColorRGB *b); GType transport_widget_get_type (void); GtkWidget* transport_widget_new ( DbusmenuMenuitem *item ); +void transport_widget_react_to_key_event ( TransportWidget* widget, + TransportWidgetEvent transport_event ); G_END_DECLS |