aboutsummaryrefslogtreecommitdiff
path: root/src/transport-bar.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-06-08 18:09:48 +0100
committerConor Curran <conor.curran@canonical.com>2010-06-08 18:09:48 +0100
commit744083d4483291a87f4f348d6937257d8887cfb1 (patch)
treec2392de21bc615dfafa57d6a9076e4c8d30b09f1 /src/transport-bar.h
parent5a9881a144df8a9c36f9d5b96ea53e872c76949b (diff)
downloadayatana-indicator-sound-744083d4483291a87f4f348d6937257d8887cfb1.tar.gz
ayatana-indicator-sound-744083d4483291a87f4f348d6937257d8887cfb1.tar.bz2
ayatana-indicator-sound-744083d4483291a87f4f348d6937257d8887cfb1.zip
moving in the right direction
Diffstat (limited to 'src/transport-bar.h')
-rw-r--r--src/transport-bar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport-bar.h b/src/transport-bar.h
index 77a1a97..e931298 100644
--- a/src/transport-bar.h
+++ b/src/transport-bar.h
@@ -40,8 +40,8 @@ struct _TransportBarClass {
struct _TransportBar {
};
-GType transport_item_get_type (void);
-TransportBar* transport_item_new();
+GType transport_bar_get_type (void);
+TransportBar* transport_bar_new();
G_END_DECLS