Add a function for clearing a GStringChunk. (#364608, Matt Barnes)

2006-12-15  Matthias Clasen  <mclasen@redhat.com>

        * glib/glib.symbols:
        * glib/gstring.[hc] (g_string_chunk_clear): Add a function
        for clearing a GStringChunk. (#364608, Matt Barnes)
This commit is contained in:
Matthias Clasen
2006-12-15 22:57:15 +00:00
committed by Matthias Clasen
parent eaec9bb86e
commit 0a3afe448b
4 changed files with 39 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
2006-12-15 Matthias Clasen <mclasen@redhat.com>
* glib/glib.symbols:
* glib/gstring.[hc] (g_string_chunk_clear): Add a function
for clearing a GStringChunk. (#364608, Matt Barnes)
* glib/guniprop.c (interval_compare): Avoid a compiler
warning.