Foundry.TweakManager¶
- Subclasses:
None
Methods¶
- Inherited:
Foundry.Service (8), Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8)
- Structs:
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Foundry.TweakManager(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Manages tweaks and configuration adjustments.
Foundry.TweakManagercoordinates tweak providers and manages the application of configuration tweaks. It provides a unified interface for managing development environment customizations and integrates with the settings system for persistent configuration management.- list_children(path)¶
- Parameters:
path (
str) – the tweaks path- Returns:
A [class`Dex`.Future] that resolves to a [iface`Gio`.ListModel] of [class`Foundry`.Tweak].
- Return type:
Dex.FutureorNone