Index: dbus/message.h |
diff --git a/dbus/message.h b/dbus/message.h |
index 31887a12e89a053b8aca44ceac595fd28834849f..4f8dc07861987a66823e814e7c53bfb55e4a2d0b 100644 |
--- a/dbus/message.h |
+++ b/dbus/message.h |
@@ -238,6 +238,11 @@ class MessageWriter { |
// function. |
void AppendArrayOfBytes(const uint8* values, size_t length); |
+ // Appends the array of object paths. Arrays of object paths are often |
+ // used to exchanging object paths, hence it's worth having a |
+ // specialized function. |
+ void AppendArrayOfObjectPaths(const std::vector<std::string>& object_paths); |
+ |
// Appends the byte wrapped in a variant data container. Variants are |
// widely used in D-Bus services so it's worth having a specialized |
// function. For instance, The third parameter of |