summaryrefslogtreecommitdiffstats
path: root/dbus/property.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/property.h')
-rw-r--r--dbus/property.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/dbus/property.h b/dbus/property.h
index d46bd8d..2d2cc82 100644
--- a/dbus/property.h
+++ b/dbus/property.h
@@ -386,9 +386,10 @@ class Property : public PropertyBase {
callback.Run(response);
}
- // Updates the cached property value by popping from |reader| which
- // should be positioned at the property value, generally of variant
- // type. Implementation provided by specialization.
+ // Updates the cached property value, replacing any previous value
+ // entirely, by popping from |reader| which should be positioned at the
+ // property value, generally of variant type.
+ // Implementation provided by specialization.
virtual bool PopValueFromReader(MessageReader* reader);
// Appends the passed |value| to |writer|, generally as a variant type.