GNOME Bugzilla – Bug 572392
G_BIG_ENDIAN and G_LITTLE_ENDIAN have the wrong values in the doc
Last modified: 2009-06-27 14:56:38 UTC
Documentation Section: 12.3. List of Defined Types G_BIG_ENDIAN (1234) or G_LITTLE_ENDIAN (4321) Correct version: G_BIG_ENDIAN (4321) or G_LITTLE_ENDIAN (1234) Other information: In /usr/include/glib-2.0/glib/gtypes.h: #define G_LITTLE_ENDIAN 1234 #define G_BIG_ENDIAN 4321
Fixed in git now, I hope I got them all: docs: fix constants for G_LITTLE_ENDIAN and G_BIG_ENDIAN We got the constants for G_LITTLE_ENDIAN and G_BIG_ENDIAN the wrong way around in some docs (fixes: #572392). Also mention G_BYTE_ORDER in the audio types section. http://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=acb98b09389d150d6515dfc83541cf69baa6a0cf