diff options
author | Arnaud Bonatti <arnaud.bonatti@gmail.com> | 2020-11-07 14:10:41 +0100 |
---|---|---|
committer | Arnaud Bonatti <arnaud.bonatti@gmail.com> | 2020-11-07 16:17:14 +0100 |
commit | 08f2990eac6098aee92277c2be275305a53d5687 (patch) | |
tree | ab139cb4f6b37c942245200eaef6b6d9233171b6 /docs | |
parent | e6d46ec5ad88f6382190e543496aba30a84051c5 (diff) | |
download | gtk+-08f2990eac6098aee92277c2be275305a53d5687.tar.gz |
Document the GtkBuilder <requires> tag changes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/migrating-3to4.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/gtk/migrating-3to4.md b/docs/reference/gtk/migrating-3to4.md index e3975d8517..14591ecb86 100644 --- a/docs/reference/gtk/migrating-3to4.md +++ b/docs/reference/gtk/migrating-3to4.md @@ -445,6 +445,9 @@ gtk4-builder-tool simplify command can perform many of the necessary changes automatically, when called with the --3to4 option. You should always review the resulting changes. +The <requires> tag now supports for the 'lib' attribute the +'gtk' value only, instead of the 'gtk+' one previously. + ### Adapt to event controller API changes A few changes to the event controller and #GtkGesture APIs |