mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
Doc: Clarify when g_variant_get_fixed_array() should be used instead of _get_bytestring()
https://bugzilla.gnome.org/show_bug.cgi?id=746685
This commit is contained in:
parent
992ded39bf
commit
fdd0ed1972
@ -1839,6 +1839,9 @@ g_variant_new_bytestring (const gchar *string)
|
|||||||
* the last byte then the returned string is the string, up to the first
|
* the last byte then the returned string is the string, up to the first
|
||||||
* such nul character.
|
* such nul character.
|
||||||
*
|
*
|
||||||
|
* g_variant_get_fixed_array() should be used instead if the array contains
|
||||||
|
* arbitrary data that could not be nul-terminated or could contain nul bytes.
|
||||||
|
*
|
||||||
* It is an error to call this function with a @value that is not an
|
* It is an error to call this function with a @value that is not an
|
||||||
* array of bytes.
|
* array of bytes.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user