mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix code documents issue
This commit is contained in:
parent
1aeaaf2fc2
commit
c035b65517
1 changed files with 3 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// </returns>
|
||||
public bool SetCurrentTheme(ThemeData theme);
|
||||
|
||||
/// <summary>
|
||||
/// Save all Flow's plugins caches
|
||||
/// </summary>
|
||||
void SavePluginCaches();
|
||||
|
|
@ -404,6 +405,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// </remarks>
|
||||
Task SaveCacheBinaryStorageAsync<T>(string cacheName, string cacheDirectory) where T : new();
|
||||
|
||||
/// <summary>
|
||||
/// Load image from path. Support local, remote and data:image url.
|
||||
/// If image path is missing, it will return a missing icon.
|
||||
/// </summary>
|
||||
|
|
@ -418,6 +420,7 @@ namespace Flow.Launcher.Plugin
|
|||
/// <returns></returns>
|
||||
ValueTask<ImageSource> LoadImageAsync(string path, bool loadFullImage = false, bool cacheImage = true);
|
||||
|
||||
/// <summary>
|
||||
/// Update the plugin manifest
|
||||
/// </summary>
|
||||
/// <param name="usePrimaryUrlOnly">
|
||||
|
|
|
|||
Loading…
Reference in a new issue