gvariant: Document the return transfer of g_variant_byteswap()

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-10-27 12:14:17 +01:00
parent 3079ca90ab
commit eda4b198c9

View File

@ -5982,6 +5982,7 @@ g_variant_get_normal_form (GVariant *value)
* bytes and containers containing only these things (recursively).
*
* The returned value is always in normal form and is marked as trusted.
* A full, not floating, reference is returned.
*
* Returns: (transfer full): the byteswapped form of @value
*