New function to deep-copy a GNode and its children. (#93464, James M.

Sun Feb 22 00:47:04 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/gnode.c (g_node_copy_deep): New function to deep-copy a
	GNode and its children.  (#93464, James M. Cape)
This commit is contained in:
Matthias Clasen
2004-02-21 23:56:54 +00:00
committed by Matthias Clasen
parent e21dadd6f3
commit c0b5617ae9
11 changed files with 107 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
Sun Feb 22 00:59:11 2004 Matthias Clasen <maclas@gmx.de>
* glib/tmpl/trees-nary.sgml: Document GCopyFunc.
Sun Feb 22 00:54:17 2004 Matthias Clasen <maclas@gmx.de>
* glib/glib-sections.txt: Add GCopyFunc and g_node_copy_deep.
2004-02-18 Sebastian Wilhelmi <seppi@seppi.de>
* glib/glib-sections.txt: Add the new g_rand_* functions