summaryrefslogtreecommitdiff
path: root/plugins/gtkui/gtkui_api.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-20 19:50:42 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-20 19:50:42 +0200
commite3f56e349af1f8481f4aeb7dc428f9e68804b35e (patch)
tree57b420f4d83e415bd8fa37e76e456bd4661f14c7 /plugins/gtkui/gtkui_api.h
parentc411436e79e9675787f48ebe97b2c3a37e8e0b44 (diff)
gtkui: added link to designmode wiki page in gtkui_api.h
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)