summaryrefslogtreecommitdiffstats
path: root/dbus/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/message.h')
-rw-r--r--dbus/message.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dbus/message.h b/dbus/message.h
index 31887a1..4f8dc07 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