Added function to keep symetry with g_node_insert_before. 2000-09-29

2000-09-29  Jonathan Blandford  <jrb@redhat.com>

	* gnode.c (g_node_insert_after): Added function to keep symetry
	with g_node_insert_before.
2000-09-29  Jonathan Blandford  <jrb@redhat.com>

	* glib/tmpl/trees-nary.sgml: Add g_node_insert_after().
This commit is contained in:
Jonathan Blandford
2000-09-29 23:13:02 +00:00
committed by Jonathan Blandford
parent 79b416d023
commit b3ee868f94
16 changed files with 137 additions and 2 deletions

View File

@@ -338,9 +338,9 @@ static void
g_object_do_dispatch_param_changed (GObject *object,
GParamSpec *pspec)
{
g_message ("NOTIFICATION: parameter `%s' changed on object `%s'",
/* g_message ("NOTIFICATION: parameter `%s' changed on object `%s'",
pspec->name,
G_OBJECT_TYPE_NAME (object));
G_OBJECT_TYPE_NAME (object));*/
}
static gboolean