From 4db3f142d7d8b744006ef1480d08acf6cbf0a8fd Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 11 May 2020 18:29:13 +0100 Subject: [PATCH] aboutdialog: Document the new licenses added in 3.24.20 Originally part of b4c79bad "Assorted documentation fixes" by Matthias Clasen. Signed-off-by: Simon McVittie --- gtk/gtkaboutdialog.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gtk/gtkaboutdialog.h b/gtk/gtkaboutdialog.h index aaa0155211..fdf50636f1 100644 --- a/gtk/gtkaboutdialog.h +++ b/gtk/gtkaboutdialog.h @@ -60,6 +60,9 @@ typedef struct _GtkAboutDialogPrivate GtkAboutDialogPrivate; * @GTK_LICENSE_LGPL_3_0_ONLY: The GNU Lesser General Public License, version 3.0 only. Since 3.12. * @GTK_LICENSE_AGPL_3_0: The GNU Affero General Public License, version 3.0 or later. Since: 3.22. * @GTK_LICENSE_AGPL_3_0_ONLY: The GNU Affero General Public License, version 3.0 only. Since: 3.22.27. + * @GTK_LICENSE_BSD_3: The 3-clause BSD licence. Since: 3.24.20. + * @GTK_LICENSE_APACHE_2_0: The Apache License, version 2.0. Since: 3.24.20. + * @GTK_LICENSE_MPL_2_0: The Mozilla Public License, version 2.0. Since: 3.24.20. * * The type of license for an application. *