[PR #9513/7c54c703 backport][stable-10] xyz*: style adjustments (#9525)

xyz*: style adjustments (#9513)

(cherry picked from commit 7c54c70301)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2025-01-04 11:04:02 +01:00 committed by GitHub
parent 8208e52c42
commit e2604e7533
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.