Method

GioSettingsBackendpath_writable_changed

since: 2.26

Declaration

void
g_settings_backend_path_writable_changed (
  GSettingsBackend* backend,
  const gchar* path
)

Description

Signals that the writability of all keys below a given path may have changed.

Since GSettings performs no locking operations for itself, this call will always be made in response to external events.

Available since: 2.26

Parameters

path

Type: const gchar*

The name of the path.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.