mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
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:
committed by
Havoc Pennington
parent
4790c35c8d
commit
eb2f6f6fc1
@@ -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>
|
||||
|
@@ -46,8 +46,9 @@ A type which can hold any UTF-16 character code.
|
||||
|
||||
</para>
|
||||
|
||||
@charset:
|
||||
@Returns:
|
||||
<!-- # Unused Parameters # -->
|
||||
@charset:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_unichar_validate ##### -->
|
||||
|
Reference in New Issue
Block a user