Document g_value_set_instance(), (#319885, Milosz Derezynski)

2005-10-26  Matthias Clasen  <mclasen@redhat.com>

	* gobject/gobject-sections.txt:
	* gobject/tmpl/generic_values.sgml: Document g_value_set_instance(),
	(#319885, Milosz Derezynski)
This commit is contained in:
Matthias Clasen
2005-10-27 02:54:30 +00:00
committed by Matthias Clasen
parent 172f606ff6
commit c0cffcf51b
3 changed files with 16 additions and 0 deletions

View File

@@ -156,6 +156,15 @@ An unset value is the same as an uninitialized (zero-filled)
@value: An initialized #GValue structure.
<!-- ##### FUNCTION g_value_set_instance ##### -->
<para>
Sets @value from an instantiatable type via the
value_table's collect_value() function.
</para>
@value: An initialized #GValue structure.
<!-- ##### FUNCTION g_value_fits_pointer ##### -->
<para>
Determines if @value will fit inside the size of a pointer value.