aboutsummaryrefslogtreecommitdiff
path: root/src/transport-widget.h
diff options
context:
space:
mode:
authorAndrea Cimitan <andrea.cimitan@canonical.com>2010-11-17 11:27:40 +0100
committerAndrea Cimitan <andrea.cimitan@canonical.com>2010-11-17 11:27:40 +0100
commitf301b9c10c8e867acf076a3351060703d0049652 (patch)
tree166ad32c8fa113bf236d1b14ca576a1fe97bc056 /src/transport-widget.h
parent9c5e8107b0d034a422e3397858a91c51b695f3f2 (diff)
downloadayatana-indicator-sound-f301b9c10c8e867acf076a3351060703d0049652.tar.gz
ayatana-indicator-sound-f301b9c10c8e867acf076a3351060703d0049652.tar.bz2
ayatana-indicator-sound-f301b9c10c8e867acf076a3351060703d0049652.zip
implementing the focus/key_press thing
Diffstat (limited to 'src/transport-widget.h')
-rw-r--r--src/transport-widget.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/transport-widget.h b/src/transport-widget.h
index 58a224c..7c087fb 100644
--- a/src/transport-widget.h
+++ b/src/transport-widget.h
@@ -66,8 +66,10 @@ 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 );
+void transport_widget_react_to_key_press_event ( TransportWidget* widget,
+ TransportWidgetEvent transport_event );
+void transport_widget_react_to_key_release_event ( TransportWidget* widget,
+ TransportWidgetEvent transport_event );
G_END_DECLS
#endif