hexchatd ~master (2015-09-10T06:06:22Z)
Home
Dub
Repo
__initDPlugin
hexchat
plugin
Undocumented in source. Be warned that the author may not have intended to support it.
int
__initDPlugin
(
InitFunc
)
(
InitFunc
initFunc
,
void
*
plugin_handle
,
immutable
(
char
)**
plugin_name
,
immutable
(
char
)**
plugin_desc
,
immutable
(
char
)**
plugin_version
)
if
(
is
(
typeof
(
initFunc
(
lvalueOf
!
PluginInfo
)))
)
Meta
Source
See Implementation
hexchat
plugin
enums
CommandPriority
EatMode
PluginStyle
deinitFuncName
initFuncName
functions
__deinitDPlugin
__initDPlugin
commandf
getInfo
hookCommand
hookPrint
hookServer
parseUser
readInfo
writefln
mixin templates
Plugin
structs
PluginInfo
User