Method
GdkDisplayget_setting
Declaration [src]
gboolean
gdk_display_get_setting (
  GdkDisplay* display,
  const char* name,
  GValue* value
)
Parameters
| name | const char* | 
| 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 | GValue | 
| Location to store the value of the setting. | |
| The data is owned by the caller of the function. |