summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-10-07 08:00:43 +0000
committerTimm Bäder <mail@baedert.org>2020-10-07 08:00:43 +0000
commit4993cde0cb6bba89626b4ac2eee1bad397654bef (patch)
tree12900908d92670d990af36b6cca9c29dbd2c482b
parentd839c1beab195dd4e6da52be44d6f0b906ddc061 (diff)
parent35b0796a1f3033c4a51009ff22016487b3c5fb7e (diff)
downloadgtk+-4993cde0cb6bba89626b4ac2eee1bad397654bef.tar.gz
Merge branch 'migration-guide-fix' into 'master'
migration guide: Remove stray html tags See merge request GNOME/gtk!2670
-rw-r--r--docs/reference/gtk/migrating-3to4.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gtk/migrating-3to4.md b/docs/reference/gtk/migrating-3to4.md
index c32078c503..3dcb4ab27d 100644
--- a/docs/reference/gtk/migrating-3to4.md
+++ b/docs/reference/gtk/migrating-3to4.md
@@ -298,9 +298,9 @@ gdk_toplevel_begin_resize().
The %GDK_TOPLEVEL_STATE_ICONIFIED value of the #GdkSurfaceState enumeration
is now %GDK_TOPLEVEL_STATE_MINIMIZED in the #GdkToplevelState enumeration.
-The #GdkWindow functions <function>gdk_window_iconify()</function>
-and <function>gdk_window_deiconify()</function> have been renamed to
-gdk_toplevel_minimize() and gdk_toplevel_present(), respectively.
+The #GdkWindow functions gdk_window_iconify() and gdk_window_deiconify()
+have been renamed to gdk_toplevel_minimize() and gdk_toplevel_present(),
+respectively.
The behavior of the minimization and unminimization operations have
not been changed, and they still require support from the underlying