New function, to insert possible non-nul-terminated byte sequences into a
authorMatthias Clasen <maclas@gmx.de>
Mon, 31 Mar 2003 22:08:08 +0000 (22:08 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 31 Mar 2003 22:08:08 +0000 (22:08 +0000)
commite4112b8b1bf6a99d0eb5c5d512110951390f6666
tree4f1d313cdf07bae83577ac33a796b592fc715d4b
parent6710fd6e0647d74d7df12d97e73e0366a6c548ce
New function, to insert possible non-nul-terminated byte sequences into a

2003-04-01  Matthias Clasen  <maclas@gmx.de>

* glib/gstring.[hc] (g_string_chunk_insert_len): New function, to
insert possible non-nul-terminated byte sequences into a string
chunk.  (#96279)
(g_string_chunk_insert): Implement in terms of
g_string_chunk_insert_len() now.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/glib/glib-sections.txt
glib/gstring.c
glib/gstring.h