Small additions.

2005-05-02  Matthias Clasen  <mclasen@redhat.com>

	* gobject/tmpl/signals.sgml:
	* gobject/tmpl/generic_values.sgml:
	* gobject/tmpl/gtype.sgml:
	* gobject/tmpl/value_arrays.sgml:
	* gobject/tmpl/param_value_types.sgml:
	* gobject/tmpl/gtypemodule.sgml:
	* gobject/tmpl/enumerations_flags.sgml: Small additions.
This commit is contained in:
Matthias Clasen
2005-05-02 15:29:43 +00:00
committed by Matthias Clasen
parent 5f8e5f8f6a
commit 728ab5ff7e
8 changed files with 48 additions and 14 deletions

View File

@@ -16,6 +16,9 @@ in order for it to be used as a boxed type through %G_TYPE_VALUE_ARRAY.
#GValue, #GParamSpecValueArray, g_param_spec_value_array()
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### STRUCT GValueArray ##### -->
<para>
A #GValueArray contains an array of #GValue elements.
@@ -60,7 +63,7 @@ contents.
Free a #GValueArray including its contents.
</para>
@value_array:
@value_array: #GValueArray to free
<!-- ##### FUNCTION g_value_array_append ##### -->