In the GVariant intro, mention lack of built-in endianness, and rationale
commit7973d9f8bac34fa090e330dec136b251f305d06c
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 3 Oct 2011 13:27:15 +0000 (3 14:27 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Tue, 4 Oct 2011 11:39:24 +0000 (4 12:39 +0100)
tree1c5ef682a12ef9bea278a9d5d57b0ac65122a885
parentebb544f549c77d0e98431ee38c55824ff4de81ab
In the GVariant intro, mention lack of built-in endianness, and rationale

Presumably, the rationale for not storing the endianness is that
GVariant is a recursive type system, and in a sane format, endianness
only needs to be stored once per blob of data (once per D-Bus message,
once per file on disk, etc.).

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=632049
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Ryan Lortie <desrt@desrt.ca>
glib/gvariant.c