Method

GioSettingsis_writable

since: 2.26

Declaration

gboolean
g_settings_is_writable (
  GSettings* settings,
  const gchar* name
)

Description

Finds out if a key can be written or not.

Available since: 2.26

Parameters

name

Type: const gchar*

The name of a key.

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

Return value

Type: gboolean

TRUE if the key name is writable.