Gtk.AboutDialog.prototype.set_license
function set_license(license:String):void {
// Gjs wrapper for gtk_about_dialog_set_license()
}Sets the license information to be displayed in the secondary license dialog. If license is null, the license button is hidden.
Since 2.6
- license
the license information or null