1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-08-27 11:29:02 +02:00

gvariant-core: Fix typo

g_variant_create_from_data -> g_variant_new_from_data
This commit is contained in:
Javier Jardón
2011-01-14 17:24:45 +00:00
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
* 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.
*
* If @value is found to be in normal form then it will be marked as