Package org.freedesktop
Interface DBus.Properties
- All Superinterfaces:
DBusInterface
- Enclosing interface:
DBus
A standard properties interface.
-
Method Summary
Modifier and TypeMethodDescription<A> A
Get the value for the given property.Get all properties and values.<A> void
Set the value for the given property.Methods inherited from interface org.freedesktop.dbus.DBusInterface
isRemote
-
Method Details
-
Get
Get the value for the given property.- Parameters:
interface_name
- The interface this property is associated with.property_name
- The name of the property.- Returns:
- The value of the property (may be any valid DBus type).
-
Set
Set the value for the given property.- Parameters:
interface_name
- The interface this property is associated with.property_name
- The name of the property.value
- The new value of the property (may be any valid DBus type).
-
GetAll
Get all properties and values.- Parameters:
interface_name
- The interface the properties is associated with.- Returns:
- The properties mapped to their values.
-