mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
This commit is contained in:
parent
c3a598464f
commit
35c8e39beb
1 changed files with 3 additions and 1 deletions
|
|
@ -227,8 +227,10 @@ namespace Flow.Launcher.Core.Plugin
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Call initialize for all plugins
|
||||
/// Initialize all plugins asynchronously.
|
||||
/// </summary>
|
||||
/// <param name="allPlugins">List of all plugins to initialize.</param>
|
||||
/// <param name="register">The register to register results updated event for each plugin.</param>
|
||||
/// <returns>return the list of failed to init plugins or null for none</returns>
|
||||
public static async Task InitializePluginsAsync(List<PluginPair> allPlugins, IResultUpdateRegister register)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue