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) #+gtk-4-14 (:0bsd 18)) Values
Details
The type of license for an application. | See also |
2025-05-12