From bb81b0d2ad0192e241a3c4b6f57e6bc2a28de781 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 22 Jun 2011 20:22:19 +0200 Subject: added selection properties widget --- plugins/gtkui/trkproperties.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'plugins/gtkui/trkproperties.h') 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 -- cgit v1.2.3