bytedeco/javacpp
View on GitHubClasses under the global package are always replaced by parser
Open
#338 opened on Aug 26, 2019
enhancementhelp wanted
Description
My namespace name WinToastLib, I added the InfoMap configuration
infoMap.put(new Info("WinToastLib").skip());
But he didn't work.
Other configurations are working. Is there a more convenient way to ban namespace from participating in parser directly?
infoMap.put(new Info(
"DllImporter::f_SetCurrentProcessExplicitAppUserModelID"
,"DllImporter::f_PropVariantToString",
"DllImporter::f_RoGetActivationFactory",
"DllImporter::f_WindowsCreateStringReference",
"DllImporter::f_WindowsGetStringRawBuffer",
"DllImporter::f_WindowsDeleteString",
"DllImporter::initialize"
).skip());