summaryrefslogtreecommitdiff
path: root/plugins/gtkui/trkproperties.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-06-22 20:22:19 +0200
committerGravatar waker <wakeroid@gmail.com>2011-06-22 20:22:19 +0200
commitbb81b0d2ad0192e241a3c4b6f57e6bc2a28de781 (patch)
tree459dbf9b4e1072b4842c6389a2322e31d26e55dc /plugins/gtkui/trkproperties.h
parent520f157ea7dee6dc129893fc950ee9a18616eaad (diff)
added selection properties widget
Diffstat (limited to 'plugins/gtkui/trkproperties.h')
-rw-r--r--plugins/gtkui/trkproperties.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/gtkui/trkproperties.h b/plugins/gtkui/trkproperties.h
index ccdaa69f..3604cccc 100644
--- a/plugins/gtkui/trkproperties.h
+++ b/plugins/gtkui/trkproperties.h
@@ -19,6 +19,8 @@
#ifndef __TRKPROPERTIES_H
#define __TRKPROPERTIES_H
+#include "../../deadbeef.h"
+
struct DB_playItem_s;
void
@@ -30,4 +32,10 @@ trkproperties_destroy (void);
void
trkproperties_fill_metadata (void);
+int
+build_key_list (const char ***pkeys, int props, DB_playItem_t **tracks, int numtracks);
+
+void
+trkproperties_fill_meta (GtkListStore *store, DB_playItem_t **tracks, int numtracks);
+
#endif