We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5370265 commit 015c32eCopy full SHA for 015c32e
1 file changed
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -537,7 +537,7 @@ public interface IPublicAPI
537
/// </summary>
538
/// <returns>
539
/// A non-null read-only list of <see cref="UserPlugin"/> entries. The list may be empty if the
540
- /// manifest has not been loaded/updated yet, or if the most recent manifest fetch failed.
+ /// manifest has not been loaded yet, or if no successful manifest fetch has completed in the current session.
541
/// </returns>
542
public IReadOnlyList<UserPlugin> GetPluginManifest();
543
0 commit comments