AboutWindow.developerName

string developerName() @property nothrow

Get developerName property.

Returns

The developer name.

The developer name is displayed on the main page, under the application name.

If the application is developed by multiple people, the developer name can be set to values like "AppName team", "AppName developers" or "The AppName project", and the individual contributors can be listed on the Credits page, with adw.about_window.AboutWindow.developers and related properties.

void developerName(string propval) @property nothrow

Set developerName property.

Parameters

propvalThe developer name. The developer name is displayed on the main page, under the application name. If the application is developed by multiple people, the developer name can be set to values like "AppName team", "AppName developers" or "The AppName project", and the individual contributors can be listed on the Credits page, with adw.about_window.AboutWindow.developers and related properties.