AboutDialog.website

string website() @property

Get website property.

Returns

The URL of the application's website.

Website is displayed on the Details page, below comments, or on the main page if the Details page doesn't have any other content.

Applications can add other links below, see [adw.about_dialog.AboutDialog.addLink].

void website(string propval) @property

Set website property.

Parameters

propvalThe URL of the application's website. Website is displayed on the Details page, below comments, or on the main page if the Details page doesn't have any other content. Applications can add other links below, see [adw.about_dialog.AboutDialog.addLink].