summaryrefslogtreecommitdiff
path: root/api/ec_pluginapi.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-17 21:39:28 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-17 21:39:28 +0200
commitc6ceb73febc0f5afcd01341a16dca768d5c627cd (patch)
tree98af5a8032b8d5e9dfa75f78ba92476f26c74bc3 /api/ec_pluginapi.h
parent4c917f2e2a43ea50cd287dd322dda9d08b213b7d (diff)
modified: api/ec_pluginapi.h
modified: core/events.cpp modified: core/events.h modified: core/globals.h modified: core/modules.cpp modified: core/modules.h
Diffstat (limited to 'api/ec_pluginapi.h')
-rw-r--r--api/ec_pluginapi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/ec_pluginapi.h b/api/ec_pluginapi.h
index 7f13634..e58b55a 100644
--- a/api/ec_pluginapi.h
+++ b/api/ec_pluginapi.h
@@ -38,7 +38,7 @@ typedef struct
void* (*CallService)(const char *,void*);
bool (*ServiceExists)(const char *);
bool (*RegisterEventHandler)(int, EVENT_HANDLER);
- int (*RegisterEventType)(int);
+ int (*RegisterEventType)(int, int); //event type, special id
} PLUGINLINK;
typedef struct
@@ -46,7 +46,7 @@ typedef struct
// int size;
wchar_t *name, *description, *author, *authoremail;
unsigned long version;
- int pluginid; //will be set by core, neede to call some core services
+ int pluginid; //special id will be set by core, neede to call some core services
}PLUGININFO;