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

@ -1,3 +1,9 @@
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)
2005-10-26 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/unicode.sgml: Add a footnote about surrogate

View File

@ -342,6 +342,7 @@ g_value_init
g_value_copy
g_value_reset
g_value_unset
g_value_set_instance
g_value_fits_pointer
g_value_peek_pointer
g_value_type_compatible

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.