mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-24 02:47:52 +02:00
gvariant: Make g_variant_new_from_bytes() public
Now that GBytes has been made public, we should make g_variant_new_from_bytes() public too. Add g_variant_get_data_as_bytes() to match. https://bugzilla.gnome.org/show_bug.cgi?id=677062
This commit is contained in:
committed by
Ryan Lortie
parent
7d17fd6f61
commit
4fb2d737ac
@@ -3137,8 +3137,10 @@ g_variant_get_fixed_array
|
||||
<SUBSECTION>
|
||||
g_variant_get_size
|
||||
g_variant_get_data
|
||||
g_variant_get_data_as_bytes
|
||||
g_variant_store
|
||||
g_variant_new_from_data
|
||||
g_variant_new_from_bytes
|
||||
g_variant_byteswap
|
||||
g_variant_get_normal_form
|
||||
g_variant_is_normal_form
|
||||
|
Reference in New Issue
Block a user