mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
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.
This commit is contained in:
committed by
Matthias Clasen
parent
6710fd6e06
commit
e4112b8b1b
@@ -1,3 +1,7 @@
|
||||
2003-04-01 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/glib-sections.txt: Add g_string_chunk_insert_len.
|
||||
|
||||
2003-03-28 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gobject/tmpl/param_value_types.sgml: Additions.
|
||||
|
@@ -1554,6 +1554,7 @@ GStringChunk
|
||||
g_string_chunk_new
|
||||
g_string_chunk_insert
|
||||
g_string_chunk_insert_const
|
||||
g_string_chunk_insert_len
|
||||
g_string_chunk_free
|
||||
|
||||
</SECTION>
|
||||
|
Reference in New Issue
Block a user