GSettings big endian tweaks
authorRyan Lortie <desrt@desrt.ca>
Mon, 4 Oct 2010 03:04:00 +0000 (23:04 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 4 Oct 2010 03:04:00 +0000 (23:04 -0400)
commitc84441fbb3b2eb14775e8467a07cda4eff4502e1
tree977977b0da7db4419742e7358873937840ad6860
parent73ca8b47540d005d5227c03aac143d6780da654c
GSettings big endian tweaks

GSettings relies on parts of the schema infromation remaining
unbyteswapped (the strinfo database, for example) while requiring other
parts to be in native order (the default value, constraints, etc.).

Lift the byteswapping into a place where we can do it selectively.
gio/gsettings.c
gio/gsettingsschema.c