diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 922f50301..090cb50d0 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2006-12-15 Matthias Clasen + + * glib/glib-docs.sgml: Add a "Since 2.14" section. + + * glib/glib-sections.txt: Add g_string_chunk_clear. + 2006-12-14 Matthias Clasen * 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 97b62ced2..e3e55bdc6 100644 --- a/docs/reference/glib/glib-docs.sgml +++ b/docs/reference/glib/glib-docs.sgml @@ -210,5 +210,8 @@ synchronize their operation. Index of new symbols in 2.12 + + Index of new symbols in 2.14 + diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index f341b2f29..92d85c7d1 100644 --- 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 diff --git a/docs/reference/glib/tmpl/string_chunks.sgml b/docs/reference/glib/tmpl/string_chunks.sgml index d6fa6a780..4b5e5a8f4 100644 --- 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: + + + + + +@chunk: + + Frees all memory allocated by the #GStringChunk.