Add notes about how you shouldn't modify these data structures as you

2001-11-29  Havoc Pennington  <hp@redhat.com>

	* glib/gtree.c (g_tree_foreach):
	* glib/ghash.c (g_hash_table_foreach):

	Add notes about how you shouldn't modify these data structures as
	you iterate over them.
This commit is contained in:
Havoc Pennington
2001-11-29 20:49:07 +00:00
committed by Havoc Pennington
parent 4790c35c8d
commit eb2f6f6fc1
12 changed files with 81 additions and 5 deletions

View File

@@ -37,6 +37,10 @@ A <structname>GPatternSpec</structname> is the 'compiled' form of a pattern.
This structure is opaque and its fields cannot be accessed directly.
</para>
@match_type:
@pattern_length:
@pattern:
@pattern_reversed:
<!-- ##### FUNCTION g_pattern_spec_new ##### -->
<para>

View File

@@ -46,8 +46,9 @@ A type which can hold any UTF-16 character code.
</para>
@charset:
@Returns:
<!-- # Unused Parameters # -->
@charset:
<!-- ##### FUNCTION g_unichar_validate ##### -->