Building libportal 0.7.1 with the nightly Gnome Flatpak SDK issues this warning:
[27/34] Compiling C object libportal/libportal-gtk4.so.1.0.0.p/portal-gtk4.c.o
../libportal/portal-gtk4.c: In function ‘_xdp_parent_unexport_gtk’:
../libportal/portal-gtk4.c:81:7: warning: ‘gdk_wayland_toplevel_unexport_handle’ is deprecated: Use 'gdk_wayland_toplevel_drop_exported_handle' instead [-Wdeprecated-declarations]
81 | gdk_wayland_toplevel_unexport_handle (GDK_TOPLEVEL (surface));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gtk-4.0/gdk/wayland/gdkwayland.h:38,
from ../libportal/portal-gtk4.c:29:
/usr/include/gtk-4.0/gdk/wayland/gdkwaylandtoplevel.h:56:26: note: declared here
56 | void gdk_wayland_toplevel_unexport_handle (GdkToplevel *toplevel);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Building libportal 0.7.1 with the nightly Gnome Flatpak SDK issues this warning:
Location of the call: https://github.com/flatpak/libportal/blob/main/libportal/portal-gtk4.c#L81
Build Configuration