Method
AdapAboutWindowset_license
since: 1.2
Declaration [src]
void
adap_about_window_set_license (
AdapAboutWindow* self,
const char* license
)
Description [src]
Sets the license for self
.
This can be used to set a custom text for the license if it can’t be set via
AdapAboutWindow:license-type
.
When set, AdapAboutWindow:license-type
will be set to
GTK_LICENSE_CUSTOM
.
The license text will be displayed on the Legal page, below the copyright information.
License text can contain Pango markup and links.
adap_about_window_add_legal_section()
can be used to add license information
for the application dependencies or other components.
Available since: 1.2
Sets property | Adap.AboutWindow:license |