mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
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:
committed by
Jonathan Blandford
parent
79b416d023
commit
b3ee868f94
@@ -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
|
||||
|
Reference in New Issue
Block a user