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 (4,279 stars) (620 forks)batch import
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());

Contributor guide

Classes under the global package are always replaced by parser · bytedeco/javacpp#338 | Good First Issue