[glib] Tiny docs fix



commit 2d4e48b73c3efe74c3818616de6fcc332f2e640a
Author: Christian Persch <chpe gnome org>
Date:   Sat Jun 19 20:04:20 2010 +0200

    Tiny docs fix

 gobject/gvaluetypes.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gobject/gvaluetypes.c b/gobject/gvaluetypes.c
index 1b15301..8f182f2 100644
--- a/gobject/gvaluetypes.c
+++ b/gobject/gvaluetypes.c
@@ -1179,7 +1179,7 @@ g_value_get_gtype (const GValue *value)
 
 /**
  * g_value_set_variant:
- * @value: a valid #GValue of %G_TYPE_VARIANT
+ * @value: a valid #GValue of type %G_TYPE_VARIANT
  * @variant: a #GVariant, or %NULL
  *
  * Set the contents of a variant #GValue to @variant.
@@ -1208,7 +1208,7 @@ g_value_set_variant (GValue   *value,
 
 /**
  * g_value_take_variant:
- * @value: a valid #GValue of %G_TYPE_VARIANT
+ * @value: a valid #GValue of type %G_TYPE_VARIANT
  * @variant: a #GVariant, or %NULL
  *
  * Set the contents of a variant #GValue to @variant, and takes over
@@ -1247,7 +1247,7 @@ g_value_take_variant (GValue   *value,
 
 /**
  * g_value_get_variant:
- * @value: a valid #GValue of %G_TYPE_VARIANT
+ * @value: a valid #GValue of type %G_TYPE_VARIANT
  *
  * Get the contents of a variant #GValue.
  *
@@ -1265,7 +1265,7 @@ g_value_get_variant (const GValue *value)
 
 /**
  * g_value_dup_variant:
- * @value: a valid #GValue of %G_TYPE_VARIANT
+ * @value: a valid #GValue of type %G_TYPE_VARIANT
  *
  * Get the contents of a variant #GValue, increasing its refcount.
  *



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