mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
gvariant-core: Fix typo
g_variant_create_from_data -> g_variant_new_from_data
This commit is contained in:
parent
c7041e221f
commit
6c0491841e
@ -937,7 +937,7 @@ g_variant_store (GVariant *value,
|
|||||||
*
|
*
|
||||||
* The main reason to do this is to detect if a given chunk of
|
* The main reason to do this is to detect if a given chunk of
|
||||||
* serialised data is in normal form: load the data into a #GVariant
|
* serialised data is in normal form: load the data into a #GVariant
|
||||||
* using g_variant_create_from_data() and then use this function to
|
* using g_variant_new_from_data() and then use this function to
|
||||||
* check.
|
* check.
|
||||||
*
|
*
|
||||||
* If @value is found to be in normal form then it will be marked as
|
* If @value is found to be in normal form then it will be marked as
|
||||||
|
Loading…
Reference in New Issue
Block a user