settings_delayed_sync

@accepts(Gio.Settings, RB.DelayedSyncFunc, gpointer, GLib.DestroyNotify)
@returns(none)
def settings_delayed_sync(settings, sync_func, data, destroy)

Synchronizes settings in the @settings instance after 500ms has elapsed with no further changes.

settings :

GSettings instance

sync_func :

function to call

data :

data to pass to @func

destroy :

function to use to free @data