diff options
author | Benjamin Otte <otte@redhat.com> | 2019-05-30 18:26:32 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-05-30 18:26:32 +0200 |
commit | 7a3ffec76224ec51a4df1c7c12d81e89a4ee1694 (patch) | |
tree | b3c5bb62aa8a8347e02a6ad2705fafbbc8248306 /docs | |
parent | b9dc13ad99475bfaa2ffb820370f154e5ba11d00 (diff) | |
download | gtk+-7a3ffec76224ec51a4df1c7c12d81e89a4ee1694.tar.gz |
docs: Fix build
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gtk/migrating-3to4.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index 0cdda924d2..39a52e1f21 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -802,6 +802,7 @@ Use GTK_IS_ROOT, GTK_IS_NATIVE or GTK_IS_WINDOW instead, as appropriate. </para> + </section> <section> <title>gtk_widget_get_toplevel has been removed</title> @@ -810,6 +811,8 @@ Use gtk_widget_get_root() or gtk_widget_get_native() instead, as appropriate. </para> + </section> + </section> </chapter> |