xyz*: style adjustments (#9513)

This commit is contained in:
Alexei Znamensky 2025-01-04 12:29:34 +13:00 committed by GitHub
parent 33b9ad09d5
commit 7c54c70301
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 188 additions and 163 deletions

View file

@ -25,15 +25,15 @@ attributes:
options:
channel:
description:
- "A Xfconf preference channel is a top-level tree key, inside of the Xfconf repository that corresponds to the location for which all application
properties/keys are stored."
- If not provided, the module will list all available channels.
- A Xfconf preference channel is a top-level tree key, inside of the Xfconf repository that corresponds to the location
for which all application properties/keys are stored.
- If not provided, the module lists all available channels.
type: str
property:
description:
- "A Xfce preference key is an element in the Xfconf repository that corresponds to an application preference."
- A Xfce preference key is an element in the Xfconf repository that corresponds to an application preference.
- If provided, then O(channel) is required.
- If not provided and a O(channel) is provided, then the module will list all available properties in that O(channel).
- If not provided and a O(channel) is provided, then the module lists all available properties in that O(channel).
type: str
notes:
- See man xfconf-query(1) for more details.