Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / dbus / message.h
index db3456a..780e6c5 100644 (file)
@@ -463,6 +463,11 @@ class CHROME_DBUS_EXPORT MessageReader {
   // end of the message.
   Message::DataType GetDataType();
 
+  // Get the DBus signature of the value at the current iterator position.
+  // An empty string will be returned if the iterator points to the end of
+  // the message.
+  std::string GetDataSignature();
+
  private:
   // Returns true if the data type at the current iterator position
   // matches the given D-Bus type, such as DBUS_TYPE_BYTE.