summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddbseekbar.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-12 21:28:30 +0100
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-02-12 21:28:30 +0100
commit4db09a9c8c98d9c3f0ac975fcb4789b954a52325 (patch)
treedb0cfef469814a3e5be94133c085c21638239776 /plugins/gtkui/ddbseekbar.h
parent039fe06416e982577e7631ddcf8539e29e2e1c5e (diff)
gtkui: ported seekbar to widget system
Diffstat (limited to 'plugins/gtkui/ddbseekbar.h')
-rw-r--r--plugins/gtkui/ddbseekbar.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/plugins/gtkui/ddbseekbar.h b/plugins/gtkui/ddbseekbar.h
index 7ce90052..b4e470bc 100644
--- a/plugins/gtkui/ddbseekbar.h
+++ b/plugins/gtkui/ddbseekbar.h
@@ -34,10 +34,14 @@ struct _DdbSeekbarClass {
};
-GType ddb_seekbar_get_type (void);
-DdbSeekbar* ddb_seekbar_new (void);
-DdbSeekbar* ddb_seekbar_construct (GType object_type);
+GType
+ddb_seekbar_get_type (void);
+GtkWidget*
+ddb_seekbar_new (void);
+
+void
+ddb_seekbar_init_signals (DdbSeekbar *sb, GtkWidget *evbox);
G_END_DECLS