From 80aded0d238fa1acc2649ef12329c22a5c15f91d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 15 Dec 2004 13:55:34 +0000 Subject: [PATCH] *** empty log message *** --- docs/reference/ChangeLog | 5 ++++ docs/reference/gobject/tmpl/generic_values.sgml | 38 ++++++++++++------------- 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 875dd31..179a820 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +2004-12-15 Matthias Clasen + + * gobject/tmpl/generic_values.sgml: Document some return + values. (#161345, Stefan Kost) + 2004-12-02 Matthias Clasen * === Released 2.5.7 === diff --git a/docs/reference/gobject/tmpl/generic_values.sgml b/docs/reference/gobject/tmpl/generic_values.sgml index 6a90677..0e163f1 100644 --- a/docs/reference/gobject/tmpl/generic_values.sgml +++ b/docs/reference/gobject/tmpl/generic_values.sgml @@ -116,9 +116,9 @@ used to pass around pointers to GValueArrays. Initializes @value with the default value of @type. -@value: A zero-filled (uninitialized) #GValue structure. -@g_type: Type the #GValue should hold values of. -@Returns: +@value: A zero-filled (uninitialized) #GValue structure. +@g_type: Type the #GValue should hold values of. +@Returns: the #GValue structure that has been passed in @@ -126,8 +126,8 @@ Initializes @value with the default value of @type. Copies the value of @src_value into @dest_value. -@src_value: An initialized #GValue structure. -@dest_value: An initialized #GValue structure of the same type as @src_value. +@src_value: An initialized #GValue structure. +@dest_value: An initialized #GValue structure of the same type as @src_value. @@ -136,8 +136,8 @@ Clears the current value in @value and resets it to the default value (as if the value had just been initialized). -@value: An initialized #GValue structure. -@Returns: +@value: An initialized #GValue structure. +@Returns: the #GValue structure that has been passed in @@ -148,7 +148,7 @@ An unset value is the same as an uninitialized (zero-filled) #GValue structure. -@value: An initialized #GValue structure. +@value: An initialized #GValue structure. @@ -157,8 +157,8 @@ Determines if @value will fit inside the size of a pointer value. This is an internal function introduced mainly for C marshallers. -@value: An initialized #GValue structure. -@Returns: #TRUE if @value will fit inside a pointer value. +@value: An initialized #GValue structure. +@Returns: #TRUE if @value will fit inside a pointer value. @@ -168,8 +168,8 @@ g_value_fits_pointer() returned #TRUE for the passed in value. This is an internal function introduced mainly for C marshallers. -@value: An initialized #GValue structure. -@Returns: #TRUE if @value will fit inside a pointer value. +@value: An initialized #GValue structure. +@Returns: #TRUE if @value will fit inside a pointer value. @@ -178,9 +178,9 @@ Returns whether a #GValue of type @src_type can be copied into a #GValue of type @dest_type. -@src_type: source type to be copied. +@src_type: source type to be copied. @dest_type: destination type for copying. -@Returns: %TRUE if g_value_copy() is possible with @src_type and @dest_type. +@Returns: %TRUE if g_value_copy() is possible with @src_type and @dest_type. @@ -189,9 +189,9 @@ Check whether g_value_transform() is able to transform values of type @src_type into values of type @dest_type. -@src_type: Source type. +@src_type: Source type. @dest_type: Target type. -@Returns: %TRUE if the transformation is possible, %FALSE otherwise. +@Returns: %TRUE if the transformation is possible, %FALSE otherwise. @@ -205,10 +205,10 @@ results and shouldn't be relied upon for production code (such as rcfile value or object property serialization). -@src_value: Source value. +@src_value: Source value. @dest_value: Target value. -@Returns: Whether a transformation rule was found and could be applied. - Upon failing transformations, @dest_value is left untouched. +@Returns: Whether a transformation rule was found and could be applied. + Upon failing transformations, @dest_value is left untouched. -- 2.7.4