[glib] docs: gvariant-core: g_variant_normalise -> g_variant_get_normal_form()



commit a583405f66758e320eaf2025b757ddc081186686
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Jan 14 17:54:04 2011 +0000

    docs: gvariant-core: g_variant_normalise -> g_variant_get_normal_form()

 glib/gvariant-core.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gvariant-core.c b/glib/gvariant-core.c
index c7e43a4..df52d34 100644
--- a/glib/gvariant-core.c
+++ b/glib/gvariant-core.c
@@ -903,7 +903,7 @@ g_variant_get_child_value (GVariant *value,
  *
  * The stored data is in machine native byte order but may not be in
  * fully-normalised form if read from an untrusted source.  See
- * g_variant_normalise() for a solution.
+ * g_variant_get_normal_form() for a solution.
  *
  * This function is approximately O(n) in the size of @data.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]