npp-api v0.1.4-dev (2019-10-09T09:25:27Z)
Home
Dub
Repo
npp_getFuncsArray
npp_api
pluginfunc
basic_interface
Undocumented in source.
mixintemplate
npp_getFuncsArray
()
version(Windows)
mixin template
npp_getFuncsArray () {
static if
(
!__traits(compiles, .getFuncsArray)
)
const
(
npp_api
.
powereditor
.
misc
.
pluginsmanager
.
plugininterface
.
FuncItem
)*
getFuncsArray
(int* nbF);
}
mixintemplate
npp_getFuncsArray
(alias func_list)
Members
Functions
getFuncsArray
const
(
npp_api
.
powereditor
.
misc
.
pluginsmanager
.
plugininterface
.
FuncItem
)*
getFuncsArray
(int* nbF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Meta
Source
See Implementation
npp_api
pluginfunc
basic_interface
functions
npp_init_main_menu
mixin templates
npp_DLLMain
npp_beNotified
npp_getFuncsArray
npp_getName
npp_isUnicode
npp_main_menu
npp_messageProc
npp_nppData
npp_plugin_interface
npp_setInfo
structs
plugin_DLL_info
templates
is_DllMain
is_npp_func
is_plugin_func