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
372372 /// </returns>
373373 public bool SetCurrentTheme ( ThemeData theme ) ;
374374
375+ /// <summary>
375376 /// Save all Flow's plugins caches
376377 /// </summary>
377378 void SavePluginCaches ( ) ;
@@ -404,6 +405,7 @@ public interface IPublicAPI
404405 /// </remarks>
405406 Task SaveCacheBinaryStorageAsync < T > ( string cacheName , string cacheDirectory ) where T : new ( ) ;
406407
408+ /// <summary>
407409 /// Load image from path. Support local, remote and data:image url.
408410 /// If image path is missing, it will return a missing icon.
409411 /// </summary>
@@ -418,6 +420,7 @@ public interface IPublicAPI
418420 /// <returns></returns>
419421 ValueTask < ImageSource > LoadImageAsync ( string path , bool loadFullImage = false , bool cacheImage = true ) ;
420422
423+ /// <summary>
421424 /// Update the plugin manifest
422425 /// </summary>
423426 /// <param name="usePrimaryUrlOnly">
You can’t perform that action at this time.
0 commit comments