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 6ebfd7c commit 5370265Copy full SHA for 5370265
1 file changed
Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs
@@ -533,9 +533,12 @@ public interface IPublicAPI
533
public Task<bool> UpdatePluginManifestAsync(bool usePrimaryUrlOnly = false, CancellationToken token = default);
534
535
/// <summary>
536
- /// Get the plugin manifest.
+ /// Get the current plugin manifest entries known to Flow Launcher.
537
/// </summary>
538
- /// <returns></returns>
+ /// <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.
541
+ /// </returns>
542
public IReadOnlyList<UserPlugin> GetPluginManifest();
543
544
0 commit comments