david-swift 4937c36b3b Improve updating performance
And update docs reflecting the changes in the latest commits
2024-01-27 08:07:05 +01:00

543 B

CLASS

GTUIAboutWindow

A GTUI about window.

Methods

init(filePath:)

Initialize an about window using the AppStream metadata.

  • Parameter filePath: The path.

generalData(title:icon:developer:version:)

Set the general data.

  • Parameters:
    • title: The app name.
    • icon: The app icon.
    • developer: The app's developer.
    • version: The app's version.

website(url:)

Set the website.

  • Parameter url: The website.

issues(url:)

Set the URL for issues.

  • Parameter issues: The issues website.