*** empty log message ***

This commit is contained in:
Matthias Clasen 2004-12-15 13:55:34 +00:00
parent 1f77f1e80d
commit 80aded0d23
2 changed files with 24 additions and 19 deletions

View File

@ -1,3 +1,8 @@
2004-12-15 Matthias Clasen <mclasen@redhat.com>
* gobject/tmpl/generic_values.sgml: Document some return
values. (#161345, Stefan Kost)
2004-12-02 Matthias Clasen <mclasen@redhat.com>
* === Released 2.5.7 ===

View File

@ -118,7 +118,7 @@ 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:
@Returns: the #GValue structure that has been passed in
<!-- ##### FUNCTION g_value_copy ##### -->
@ -137,7 +137,7 @@ Clears the current value in @value and resets it to the default value
</para>
@value: An initialized #GValue structure.
@Returns:
@Returns: the #GValue structure that has been passed in
<!-- ##### FUNCTION g_value_unset ##### -->