npp_beNotified.beNotified

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. void beNotified(npp_api.scintilla.scintilla.SCNotification* notifyCode)
  2. void beNotified(npp_api.scintilla.scintilla.SCNotification* notifyCode)
    mixintemplate npp_beNotified(alias nppData, alias main_menu, alias menu_index, alias menu_index_def, alias sub_menu_actions)
    export pragma(mangle, "beNotified") extern (C) nothrow @nogc
    static if(!__traits(compiles, .beNotified) && (npp_api.pluginfunc.menu.allocate_sub_menu_length(menu_index_def) != 0))
    static if(!(__traits(compiles, .pluginBeNotified) && !std.traits.hasFunctionAttributes!(.pluginBeNotified, "@nogc")))
    void
    beNotified

Meta