Skip to content

Commit 5370265

Browse files
Jack251970Copilot
andauthored
Improve code comments
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 6ebfd7c commit 5370265

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Flow.Launcher.Plugin/Interfaces/IPublicAPI.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,12 @@ public interface IPublicAPI
533533
public Task<bool> UpdatePluginManifestAsync(bool usePrimaryUrlOnly = false, CancellationToken token = default);
534534

535535
/// <summary>
536-
/// Get the plugin manifest.
536+
/// Get the current plugin manifest entries known to Flow Launcher.
537537
/// </summary>
538-
/// <returns></returns>
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.
541+
/// </returns>
539542
public IReadOnlyList<UserPlugin> GetPluginManifest();
540543

541544
/// <summary>

0 commit comments

Comments
 (0)