GConf Keys
GConf keys are required to have long and short descriptions for each key. Many keys have no interface through the application, so for someone administering the key values from another application each description field will be the only interface available to them.
Guidelines
- Short Descriptions should be short, less than 8 words, describing the purpose of the key
- Long Description should be complete in describing the possible values of the key and the effects that those values have on the application
Ejemplo 2-8 Example descriptions for GConf Keys from gnome-terminal
Clave | Short Description | Long Description |
---|---|---|
background_type | Tipo de fondo | El tipo de fondo del terminal. Puede ser «solid» para un color sólido, «image» para una imagen o «transparent» para una pseudo-transparencia. |
delete_binding | Efecto de la tecla «Suprimir» (Delete) | Determina qué código genera la tecla Suprimir (Delete). Los valores posibles son «ascii-del» para el carácter ASCII para Supr., «control-h» para Control-H (también conocido como el carácter ASCII BS), «escape-sequence» para la secuencia de escape que típicamente está asociada con retroceso (backspace) o suprimir (delete). «escape-sequence» se considera normalmente como la configuración correcta para la tecla Suprimir (Delete). |