summaryrefslogtreecommitdiff
path: root/girepository/gitypelib-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/gitypelib-internal.h')
-rw-r--r--girepository/gitypelib-internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/girepository/gitypelib-internal.h b/girepository/gitypelib-internal.h
index 0f105127..281192eb 100644
--- a/girepository/gitypelib-internal.h
+++ b/girepository/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.