aboutsummaryrefslogtreecommitdiff
path: root/src/transport-bar.h
diff options
context:
space:
mode:
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