summaryrefslogtreecommitdiff
path: root/plugins/gtkui/mainplaylist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-19 22:10:40 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-02-19 22:10:40 +0100
commit7fdcc31a8f7c641e86bd505083d13c2c24c5d773 (patch)
tree97c7d1bd0424133fb17fe068406b073fe8e1e159 /plugins/gtkui/mainplaylist.h
parentebeb3e4230a5acf708366d695b6663a469c1d94c (diff)
moved main playlist bindings into separate files
Diffstat (limited to 'plugins/gtkui/mainplaylist.h')
-rw-r--r--plugins/gtkui/mainplaylist.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/gtkui/mainplaylist.h b/plugins/gtkui/mainplaylist.h
new file mode 100644
index 00000000..306c3db3
--- /dev/null
+++ b/plugins/gtkui/mainplaylist.h
@@ -0,0 +1,31 @@
+/*
+ DeaDBeeF - ultimate music player for GNU/Linux systems with X11
+ Copyright (C) 2009-2010 Alexey Yakovenko <waker@users.sourceforge.net>
+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+*/
+#ifndef __MAINPLAYLIST_H
+#define __MAINPLAYLIST_H
+
+void
+main_playlist_init (GtkWidget *widget);
+
+void
+main_playlist_free (void);
+
+void
+main_refresh (void);
+
+#endif