summaryrefslogtreecommitdiff
path: root/plugins/gtkui/ddbseekbar.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-06-23 22:12:28 +0200
committerGravatar waker <wakeroid@gmail.com>2011-06-23 22:12:28 +0200
commit5280992071a32ab1bb784d455f5c972d3ffda07b (patch)
tree2793f830b2f885a170e27f2338e940c1a6781776 /plugins/gtkui/ddbseekbar.h
parentdf3d04fcaa7cb49e2cdb6bd76316ff055748958d (diff)
fixed crash after stopping track
Diffstat (limited to 'plugins/gtkui/ddbseekbar.h')
-rw-r--r--plugins/gtkui/ddbseekbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkui/ddbseekbar.h b/plugins/gtkui/ddbseekbar.h
index c975654e..28c69cd3 100644
--- a/plugins/gtkui/ddbseekbar.h
+++ b/plugins/gtkui/ddbseekbar.h
@@ -1,4 +1,4 @@
-/* ddbseekbar.h generated by valac 0.10.2, the Vala compiler, do not modify */
+/* ddbseekbar.h generated by valac, the Vala compiler, do not modify */
#ifndef __DDBSEEKBAR_H__
@@ -31,7 +31,7 @@ struct _DdbSeekbarClass {
};
-GType ddb_seekbar_get_type (void) G_GNUC_CONST;
+GType ddb_seekbar_get_type (void);
DdbSeekbar* ddb_seekbar_new (void);
DdbSeekbar* ddb_seekbar_construct (GType object_type);