Function
RBsettings_delayed_sync
Declaration [src]
void
rb_settings_delayed_sync (
GSettings* settings,
RBDelayedSyncFunc sync_func,
gpointer data,
GDestroyNotify destroy
)
Description [src]
Synchronizes settings in the settings instance after 500ms has elapsed
with no further changes.
Parameters
settings-
Type:
GSettingsGSettingsinstance.The data is owned by the caller of the function. sync_func-
Type:
RBDelayedSyncFuncFunction to call.
The argument can be NULL. data-
Type:
gpointerData to pass to
func.The argument can be NULL.The data is owned by the caller of the function. destroy-
Type:
GDestroyNotifyFunction to use to free
data.The argument can be NULL.