list_add


Description:

[ Version ( since = "1.2" ) ]
public static bool list_add (SList<VpnPluginInfo> list, VpnPluginInfo plugin_info) throws Error

Parameters:

list

list of plugins

plugin_info

instance to add

Returns:

true if the plugin was added to list. This will fail to add duplicate plugins.