[gtk: 1/2] migration guide: Remove stray html tags
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk: 1/2] migration guide: Remove stray html tags
- Date: Wed, 7 Oct 2020 08:00:45 +0000 (UTC)
commit 35b0796a1f3033c4a51009ff22016487b3c5fb7e
Author: Nicola Fontana <ntd entidi it>
Date: Wed Oct 7 08:38:26 2020 +0200
migration guide: Remove stray html tags
docs/reference/gtk/migrating-3to4.md | 6 +++---
1 file 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]