Skip to content

Commit

Permalink
Update docs for InstallUpdateFailure
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Jan 8, 2025
1 parent e1a818b commit f38cd70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NetSparkle/NetSparkleDelegates.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ namespace NetSparkleUpdater
/// </summary>
/// <param name="failureReason"><seealso cref="InstallUpdateFailureReason"/> reason for failure</param>
/// <param name="installPath">Path for installer (can be null)</param>
/// <returns></returns>
/// <returns>Result is unused; return whatever you like. This will be changed in a future version
/// to `void`.</returns>
public delegate bool InstallUpdateFailure(InstallUpdateFailureReason failureReason, string? installPath);
}

0 comments on commit f38cd70

Please sign in to comment.