Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Predelnik/DSpellCheck
/ set_hmodule
Function
set_hmodule
src/plugin/Plugin.cpp:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void set_hmodule(HANDLE h_module_arg) {
126
h_module = h_module_arg;
127
// Init it all dialog classes:
128
}
129
130
SelectMultipleLanguagesDialog *get_lang_list() { return lang_list_instance.get(); }
131
Callers
1
DllMain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected