summaryrefslogtreecommitdiff
path: root/api/ec_pluginapi.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-11-22 04:34:42 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-11-22 04:34:42 +0200
commitba3095b937bd051ca1438a837245d21db300a0d6 (patch)
tree886b316e24f52e60314d6fb1d4b63ea741f0506e /api/ec_pluginapi.h
parentbaba7489c48a759bdf6479e718a28f1339aaac54 (diff)
core services
Diffstat (limited to 'api/ec_pluginapi.h')
-rw-r--r--api/ec_pluginapi.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/api/ec_pluginapi.h b/api/ec_pluginapi.h
index 6e4073b..4176819 100644
--- a/api/ec_pluginapi.h
+++ b/api/ec_pluginapi.h
@@ -19,13 +19,17 @@
#define PLUGINAPI_H_INCLUDED
/*
-this is genereic plugin api header, only baisc c/c++ here
-we need to support also non wxwidgets plugins
-*/
+ * this is genereic plugin api header, only baisc c/c++ here
+ * we need to support also non wxwidgets plugins
+ */
typedef void* (*SERVICE)(void*);
+/*
+ * CreateServiceFunction should be called with service name like: PluginName/ServiceName
+ * EC/* reserved for core services
+ */
typedef struct
{