diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-01 18:36:01 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-08-01 18:36:01 +0000 |
commit | 63802ac67db913cacedb2d7f01b5831374b16541 (patch) | |
tree | 8d725359cf3a1b2dec93496011dfc90a032662d2 /gobject/gvaluetypes.c | |
parent | a1c45bd9ae7b3993672ace3a38f9ed5813bdb03c (diff) |
Clarify some docs
svn path=/trunk/; revision=7280
Diffstat (limited to 'gobject/gvaluetypes.c')
-rw-r--r-- | gobject/gvaluetypes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gobject/gvaluetypes.c b/gobject/gvaluetypes.c index 0cd485289..5713e4835 100644 --- a/gobject/gvaluetypes.c +++ b/gobject/gvaluetypes.c @@ -909,7 +909,7 @@ g_value_get_double (const GValue *value) /** * g_value_set_string: * @value: a valid #GValue of type %G_TYPE_STRING - * @v_string: string to be set + * @v_string: caller-owned string to be duplicated for the #GValue * * Set the contents of a %G_TYPE_STRING #GValue to @v_string. */ @@ -971,7 +971,7 @@ g_value_set_string_take_ownership (GValue *value, /** * g_value_take_string: * @value: a valid #GValue of type %G_TYPE_STRING - * @v_string: duplicated unowned string to be set + * @v_string: string to take ownership of * * Sets the contents of a %G_TYPE_STRING #GValue to @v_string. * |