Method

GioSettingsget_range

deprecated: 2.40 since: 2.28

Declaration

GVariant*
g_settings_get_range (
  GSettings* settings,
  const gchar* key
)

Description

Queries the range of a key.

Available since: 2.28

Deprecated since: 2.40

Use g_settings_schema_key_get_range() instead.

Parameters

key

Type: const gchar*

The key to query the range of.

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

Return value

Type: GVariant

No description available.

The caller of the method takes ownership of the data, and is responsible for freeing it.