Package: gtk
GEnum gtk:license
Declaration(gobject:define-genum "GtkLicense" license (:export t :type-initializer "gtk_license_get_type") (:unknown 0) (:custom 1) (:gpl-2-0 2) (:gpl-3-0 3) (:lgpl-2-1 4) (:lgpl-3-0 5) (:bsd 6) (:mit-x11 7) (:artistic 8) (:gpl-2-0-only 9) (:gpl-3-0-only 10) (:lgpl-2-1-only 11) (:lgpl-3-0-only 12) (:agpl-3-0 13) (:agpl-3-0-only 14) (:BSD-3 15) (:APACHE-2-0 16) (:MPL-2-0 17)) Values
Details
The type of license for an application.
This enumeration can be expanded at later date. | See also |
2024-03-16