Fixed remarshalling and getting signature 62/58662/1 accepted/tizen/mobile/20160204.061842 accepted/tizen/tv/20160204.061903 accepted/tizen/wearable/20160204.061922 submit/tizen/20160203.114512
authorAdrian Szyndela <adrian.s@samsung.com>
Tue, 2 Feb 2016 13:27:50 +0000 (14:27 +0100)
committerAdrian Szyndela <adrian.s@samsung.com>
Tue, 2 Feb 2016 13:44:49 +0000 (14:44 +0100)
commit67f988836a273494a67f11aeb88f5190972b4618
tree0a45c19c166a5e180a092c54ac89fac23cb3a17b
parent8d95816ca4ea456d0fbfc778fd212c767d10bdbe
Fixed remarshalling and getting signature

A few fixes:
- remarshalling to GVariant lacked locking of messages. It caused
  missing signature and offsets.
- dbus_message_get_signature returned signature with outer parentheses.
- removed unused param in _dbus_header_load_gvariant().
- editorial corrections in kdbus_decode_dbus_message().

Change-Id: I29ca21cef6769b725be0c98580f54313bda842c8
dbus/dbus-marshal-gvariant.c
dbus/dbus-marshal-gvariant.h
dbus/dbus-marshal-header.c
dbus/dbus-message.c
dbus/dbus-transport-kdbus.c