How to connect GSettings signal?

hello every, im using gio_sys::GSettings in my program to read some config, but i want to monitor gsettings value changed signal , and i fond this struct but i dont know how to use it.
Does anyone give me some examples ? thanks!

Hi.

It'd be easier if you opened an issue on the repo or asked directly on gtk-rs gitter.

Also, you're normally not supposed to use "_sys" crates directly.

We don't have this on crates.io yet but there already is a gio crate on github, that allows connecting the changed signal.

1 Like

thanks a lot :grinning: