Tiny docs fix

This commit is contained in:
Christian Persch
2010-06-19 20:04:20 +02:00
parent db68f8203a
commit 2d4e48b73c

View File

@@ -1179,7 +1179,7 @@ g_value_get_gtype (const GValue *value)
/** /**
* g_value_set_variant: * 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 * @variant: a #GVariant, or %NULL
* *
* Set the contents of a variant #GValue to @variant. * Set the contents of a variant #GValue to @variant.
@@ -1208,7 +1208,7 @@ g_value_set_variant (GValue *value,
/** /**
* g_value_take_variant: * 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 * @variant: a #GVariant, or %NULL
* *
* Set the contents of a variant #GValue to @variant, and takes over * 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: * 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. * Get the contents of a variant #GValue.
* *
@@ -1265,7 +1265,7 @@ g_value_get_variant (const GValue *value)
/** /**
* g_value_dup_variant: * 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. * Get the contents of a variant #GValue, increasing its refcount.
* *