summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicola Fontana <ntd@entidi.it>2020-10-07 08:38:26 +0200
committerNicola Fontana <ntd@entidi.it>2020-10-07 08:38:26 +0200
commit35b0796a1f3033c4a51009ff22016487b3c5fb7e (patch)
tree12900908d92670d990af36b6cca9c29dbd2c482b
parentd839c1beab195dd4e6da52be44d6f0b906ddc061 (diff)
downloadgtk+-35b0796a1f3033c4a51009ff22016487b3c5fb7e.tar.gz
migration guide: Remove stray html tags
-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