File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Flow.Launcher.Plugin/Interfaces Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -372,6 +372,7 @@ public interface IPublicAPI
372
372
/// </returns>
373
373
public bool SetCurrentTheme ( ThemeData theme ) ;
374
374
375
+ /// <summary>
375
376
/// Save all Flow's plugins caches
376
377
/// </summary>
377
378
void SavePluginCaches ( ) ;
@@ -404,6 +405,7 @@ public interface IPublicAPI
404
405
/// </remarks>
405
406
Task SaveCacheBinaryStorageAsync < T > ( string cacheName , string cacheDirectory ) where T : new ( ) ;
406
407
408
+ /// <summary>
407
409
/// Load image from path. Support local, remote and data:image url.
408
410
/// If image path is missing, it will return a missing icon.
409
411
/// </summary>
@@ -418,6 +420,7 @@ public interface IPublicAPI
418
420
/// <returns></returns>
419
421
ValueTask < ImageSource > LoadImageAsync ( string path , bool loadFullImage = false , bool cacheImage = true ) ;
420
422
423
+ /// <summary>
421
424
/// Update the plugin manifest
422
425
/// </summary>
423
426
/// <param name="usePrimaryUrlOnly">
You can’t perform that action at this time.
0 commit comments