gvariant-core: Fix typo
authorJavier Jardón <jjardon@gnome.org>
Fri, 14 Jan 2011 17:24:45 +0000 (17:24 +0000)
committerJavier Jardón <jjardon@gnome.org>
Fri, 14 Jan 2011 17:25:07 +0000 (17:25 +0000)
g_variant_create_from_data -> g_variant_new_from_data

glib/gvariant-core.c

index d783053..c7e43a4 100644 (file)
@@ -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