summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gtkui/gtkui_api.h')
-rw-r--r--plugins/gtkui/gtkui_api.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/gtkui/gtkui_api.h b/plugins/gtkui/gtkui_api.h
index 17dc6ffa..55580d37 100644
--- a/plugins/gtkui/gtkui_api.h
+++ b/plugins/gtkui/gtkui_api.h
@@ -25,6 +25,15 @@
#ifndef __GTKUI_API_H
#define __GTKUI_API_H
+// the DDB_GTKUI_API_VERSION was introduced in deadbeef-0.6.0.
+// this is the version which has added design mode.
+// gtkui plugin has been renamed into gtkui_1, to avoid loading broken plugins
+// please DON'T simply patch your plugin to load gtkui_1 instead of gtkui
+// for information, about how to port your plugin to the new API correctly,
+// and to learn more about design mode programming,
+// please visit the following page:
+// http://sourceforge.net/apps/mediawiki/deadbeef/index.php?title=Porting_GUI_plugins_to_0.6
+
#define DDB_GTKUI_API_VERSION 1
#if GTK_CHECK_VERSION(3,0,0)