PluginManagerView.addOnPopulatePopup

The ::populate-popup signal is emitted before showing the context menu of the view. If you need to add items to the context menu, connect to this signal and add your menuitems to the menu.

class PluginManagerView
gulong
addOnPopulatePopup
(
void delegate dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)