mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-25 11:42:10 +01:00
gvariant: Briefly mention limits
This commit is contained in:
parent
0af48a5d7b
commit
15b9f64004
@ -80,6 +80,11 @@
|
|||||||
* indicator could be placed at the beginning of a file, network message
|
* indicator could be placed at the beginning of a file, network message
|
||||||
* or network stream).
|
* or network stream).
|
||||||
*
|
*
|
||||||
|
* A #GVariant's size is limited mainly by any lowever level operating
|
||||||
|
* system constraints, such as the number of bits in #gsize. For
|
||||||
|
* example, it is reasonable to have a 2GB file mapped into memory
|
||||||
|
* with #GMappedFile, and call g_variant_new_from_data() on it.
|
||||||
|
*
|
||||||
* For convenience to C programmers, #GVariant features powerful
|
* For convenience to C programmers, #GVariant features powerful
|
||||||
* varargs-based value construction and destruction. This feature is
|
* varargs-based value construction and destruction. This feature is
|
||||||
* designed to be embedded in other libraries.
|
* designed to be embedded in other libraries.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user