summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-11-29 20:49:07 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-11-29 20:49:07 +0000
commiteb2f6f6fc1052abfa05f016ab2aed0cd0c338992 (patch)
treeec929d2e4d0722e04ffd783e042961cca01a6d43 /docs
parent4790c35c8df31f8840c3155def017a6754d447db (diff)
downloadglib-eb2f6f6fc1052abfa05f016ab2aed0cd0c338992.tar.gz
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/glib/tmpl/patterns.sgml4
-rw-r--r--docs/reference/glib/tmpl/unicode.sgml3
2 files changed, 6 insertions, 1 deletions
diff --git a/docs/reference/glib/tmpl/patterns.sgml b/docs/reference/glib/tmpl/patterns.sgml
index bbf1364ac..d3de5db03 100644
--- a/docs/reference/glib/tmpl/patterns.sgml
+++ b/docs/reference/glib/tmpl/patterns.sgml
@@ -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>
diff --git a/docs/reference/glib/tmpl/unicode.sgml b/docs/reference/glib/tmpl/unicode.sgml
index b9811a662..b9edb0dc3 100644
--- a/docs/reference/glib/tmpl/unicode.sgml
+++ b/docs/reference/glib/tmpl/unicode.sgml
@@ -46,8 +46,9 @@ A type which can hold any UTF-16 character code.
</para>
-@charset:
@Returns:
+<!-- # Unused Parameters # -->
+@charset:
<!-- ##### FUNCTION g_unichar_validate ##### -->