Mention gtk_widget_get_surface in the migration guide

This commit is contained in:
Matthias Clasen 2019-05-20 03:22:28 +00:00
parent 8fc6f07327
commit 8af89b3380

View File

@ -763,6 +763,15 @@
gtk-builder-tool can assist with the rename in ui files.
</para>
</section>
<section>
<title>gtk_widget_get_surface has been removed</title>
<para>
gtk_widget_get_surface() has been removed.
Use gtk_native_get_surface() in combination with
gtk_widget_get_native() instead.
</para>
</section>
</section>
</chapter>