- remove DICT type
authorHavoc Pennington <hp@redhat.com>
Thu, 30 Dec 2004 22:34:17 +0000 (22:34 +0000)
committerHavoc Pennington <hp@redhat.com>
Thu, 30 Dec 2004 22:34:17 +0000 (22:34 +0000)
commitdaaee020dc47f7da7e2b29f130166cfa3a4acf32
tree30f1561db6acdca00636385b917fda0bd872db74
parent7da3315f8cfc599d4b4ac2a21834550b0f10f344
- remove DICT type
- add SIGNATURE type
- fix max name len of 256, should be 255 so it fits in a byte if it's going to be a number
  near 256
- generalize some of the recursive type marshaling code to share between arrays and variants
- just started on implementing variant
dbus/dbus-marshal-basic.c
dbus/dbus-marshal-basic.h
dbus/dbus-marshal-recursive.c
dbus/dbus-marshal-recursive.h
dbus/dbus-protocol-new.h