projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a3afe4
)
broken pipe
author
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 15 Dec 2006 22:58:04 +0000
(22:58 +0000)
committer
Matthias Clasen
<matthiasc@src.gnome.org>
Fri, 15 Dec 2006 22:58:04 +0000
(22:58 +0000)
docs/reference/ChangeLog
patch
|
blob
|
history
docs/reference/glib/glib-docs.sgml
patch
|
blob
|
history
docs/reference/glib/glib-sections.txt
patch
|
blob
|
history
docs/reference/glib/tmpl/string_chunks.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/ChangeLog
b/docs/reference/ChangeLog
index 922f503010c82b3c861240c8b9494bbe4d252a71..090cb50d0bad12a455156be928aa3de27cf88ec2 100644
(file)
--- a/
docs/reference/ChangeLog
+++ b/
docs/reference/ChangeLog
@@
-1,3
+1,9
@@
+2006-12-15 Matthias Clasen <mclasen@redhat.com>
+
+ * glib/glib-docs.sgml: Add a "Since 2.14" section.
+
+ * glib/glib-sections.txt: Add g_string_chunk_clear.
+
2006-12-14 Matthias Clasen <mclasen@redhat.com>
* gobject/*.xml: s/Gnome/GNOME/g (#352156, Guillaume Desmottes)
diff --git
a/docs/reference/glib/glib-docs.sgml
b/docs/reference/glib/glib-docs.sgml
index 97b62ced28e9c98fe315fe59f80e2ff79f62fcb5..e3e55bdc6548b5d40364917faa623e1197da8be2 100644
(file)
--- a/
docs/reference/glib/glib-docs.sgml
+++ b/
docs/reference/glib/glib-docs.sgml
@@
-210,5
+210,8
@@
synchronize their operation.
<index role="2.12">
<title>Index of new symbols in 2.12</title>
</index>
+ <index role="2.14">
+ <title>Index of new symbols in 2.14</title>
+ </index>
</book>
diff --git
a/docs/reference/glib/glib-sections.txt
b/docs/reference/glib/glib-sections.txt
index f341b2f2931decd883a84389aef4d0bfa1dbd4e0..92d85c7d1662b56c00bf858d1a5db3388de29eb4 100644
(file)
--- a/
docs/reference/glib/glib-sections.txt
+++ b/
docs/reference/glib/glib-sections.txt
@@
-1915,6
+1915,7
@@
g_string_chunk_new
g_string_chunk_insert
g_string_chunk_insert_const
g_string_chunk_insert_len
+g_string_chunk_clear
g_string_chunk_free
</SECTION>
diff --git
a/docs/reference/glib/tmpl/string_chunks.sgml
b/docs/reference/glib/tmpl/string_chunks.sgml
index d6fa6a7809e8828c56bca6a719afcf14233de5d4..4b5e5a8f4e89f0d3a23e156107ff559f86859fca 100644
(file)
--- a/
docs/reference/glib/tmpl/string_chunks.sgml
+++ b/
docs/reference/glib/tmpl/string_chunks.sgml
@@
-112,6
+112,14
@@
added with g_string_chunk_insert(), even if they do match.
@Returns:
+<!-- ##### FUNCTION g_string_chunk_clear ##### -->
+<para>
+
+</para>
+
+@chunk:
+
+
<!-- ##### FUNCTION g_string_chunk_free ##### -->
<para>
Frees all memory allocated by the #GStringChunk.