From 52727afbd26b2b66ea3e6f48f1c7a7b4f25536d3 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Thu, 24 Mar 2016 05:15:51 +0100 Subject: [PATCH] docs: manifest typelib format portability Apart the endianness of its scalar values the typelib binary format must be considered arch-independent: make it clear in the docs. https://bugzilla.gnome.org/show_bug.cgi?id=764116 --- gitypelib-internal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitypelib-internal.h b/gitypelib-internal.h index 0f105127e..281192eb8 100644 --- a/gitypelib-internal.h +++ b/gitypelib-internal.h @@ -37,6 +37,9 @@ G_BEGIN_DECLS * * The "typelib" is a binary, readonly, memory-mappable database * containing reflective information about a GObject library. + * What the typelib describes and the types used are the same for every + * platform so, apart the endianness of its scalar values, the typelib + * database must be considered architecture-independent. * * The format of GObject typelib is strongly influenced by the Mozilla XPCOM * format.