gtk4

Function disable_portals

Source
pub fn disable_portals()
Available on crate feature v4_18 only.
Expand description

Prevents GTK from using portals.

This is equivalent to setting GDK_DEBUG=no-portals in the environment.

This should only be used in portal implementations, apps must not call it.