Skip to content

Fix addition of new licenses to GtkLicense

Simon McVittie requested to merge wip/smcv/aboutdialog-licenses into gtk-3-24
  • aboutdialog: Update precondition checks for new licenses added in 3.24.20

    To avoid making this mistake again, add a static assertion that the enum is in sync with gtk_license_info, and use the length of gtk_license_info for the precondition check.

    Resolves: #2734 (closed)

  • aboutdialog: Document the new licenses added in 3.24.20

    Originally part of b4c79bad "Assorted documentation fixes" by Matthias Clasen.

Merge request reports