Function
Gdksetting_get
Declaration [src]
gboolean
gdk_setting_get (
  const gchar* name,
  GValue* value
)
Description [src]
Obtains a desktop-wide setting, such as the double-click time, for the default screen. See gdk_screen_get_setting().
Parameters
- name
- 
            Type: const gchar*The name of the setting. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- value
- 
            Type: GValueLocation to store the value of the setting. The data is owned by the caller of the function.