bytedeco/javacpp

Classes under the global package are always replaced by parser

Open

#338 opened on Aug 26, 2019

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (620 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (4,279 stars)
PR merge metrics
 (No merged PRs in 30d)

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());

Contributor guide