GSettingsBackend class abstract
Abstract class that all GSettings backends conform to.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
valuesChanged
→ Stream<
List< String> > -
Stream containing paths as their values change.
no setter
Methods
-
close(
) → Future< void> - Close the backend.
-
get(
String path, DBusSignature signature) → Future< DBusValue?> -
Get the value at
path
if it exists. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
Map< String, DBusValue?> values) → Future<void> - Sets multiple values.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited