mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 20:25:12 +01:00
GVariant docs: be clear that the serialisation format isn't the same as D-Bus
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=632049 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Ryan Lortie <desrt@desrt.ca>
This commit is contained in:
parent
f778564ba2
commit
9e827ab615
@ -68,7 +68,9 @@
|
|||||||
*
|
*
|
||||||
* #GVariant is largely compatible with D-Bus. Almost all types of
|
* #GVariant is largely compatible with D-Bus. Almost all types of
|
||||||
* #GVariant instances can be sent over D-Bus. See #GVariantType for
|
* #GVariant instances can be sent over D-Bus. See #GVariantType for
|
||||||
* exceptions.
|
* exceptions. (However, #GVariant's serialisation format is not the same
|
||||||
|
* as the serialisation format of a D-Bus message body: use #GDBusMessage,
|
||||||
|
* in the gio library, for those.)
|
||||||
*
|
*
|
||||||
* 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user