Method

GdkScreenget_setting

since: 2.2

Declaration [src]

gboolean
gdk_screen_get_setting (
  GdkScreen* screen,
  const gchar* name,
  GValue* value
)

Description [src]

Retrieves a desktop-wide setting such as double-click time for the GdkScreen screen.

FIXME needs a list of valid settings here, or a link to more information.

Available since: 2.2

Parameters

name

Type: const gchar*

The name of the setting.

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

Type: GValue

Location to store the value of the setting.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the setting existed and a value was stored in value, FALSE otherwise.