Property
AdwAboutDialog:license
since: 1.5
Description [src]
The license text.
This can be used to set a custom text for the license if it can’t be set
via AdwAboutDialog:license-type
.
When set, AdwAboutDialog: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.
adw_about_dialog_add_legal_section()
can be used to add license
information for the application dependencies or other components.
Type:gchar*
Available since: 1.5
Getter method | adw_about_dialog_get_license() |
Setter method | adw_about_dialog_set_license() |