Home | History | Annotate | Download | only in dbus

Lines Matching full:property

9 #include <dbus/property.h>
14 // Re-implementation of dbus::Property<T> that can handle any type supported by
16 // This class is pretty much a copy of dbus::Property<T> from dbus/property.h
20 class Property : public dbus::PropertyBase {
22 Property() = default;
39 // Requests that the remote object change the property value to |value|,
69 // to replace the property value with the set value without using a
77 // value of a property.
84 // Current cached value of the property.
87 // Replacement value of the property.