mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 04:56:14 +01:00
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
This commit is contained in:
parent
38068ab362
commit
52727afbd2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user