Class
XdpSettings
Description [src]
final class Xdp.Settings : GObject.Object
{
/* No available fields */
}
A representation of the settings exposed by the portal.
The XdpSettings
object is used to access and observe the settings
exposed by xdg-desktop-portal.
It is obtained from xdp_portal_get_settings()
. Call
xdp_settings_read_value()
to read a settings value. Connect to
XdpSettings::changed
to observe value changes.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.