Mention gtk_widget_is_toplevel in the migration guide

This commit is contained in:
Matthias Clasen 2019-05-20 03:54:59 +00:00
parent 6674f2764e
commit 7b9789d029

View File

@ -772,6 +772,14 @@
gtk_widget_get_native() instead.
</para>
</section>
<section>
<title>gtk_widget_is_toplevel has been removed</title>
<para>
gtk_widget_is_toplevel() has been removed.
Use GTK_IS_ROOT, GTK_IS_NATIVE or GTK_IS_WINDOW
instead, as appropriate.
</para>
</section>
</chapter>