Changed children_changed signal to allow NULL pointers
authorBrian Cameron <bcameron@src.gnome.org>
Mon, 23 Jul 2001 14:46:29 +0000 (14:46 +0000)
committerBrian Cameron <bcameron@src.gnome.org>
Mon, 23 Jul 2001 14:46:29 +0000 (14:46 +0000)
for the 2nd argument to the signal handler.

ChangeLog
atk/atkobject.c

index 4e6cad0..7f8a03c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-23  Brian Cameron <brian.cameron@sun.com>
+       * atk/atkobject.c
+       Changed children_changed signal to allow NULL pointers
+       for the 2nd argument to the signal handler.
+
 2001-07-20  Hans Breuer  <hans@breuer.org>
 
        * atk/atk.def : added more exports
index 42912b9..f3b9ba5 100755 (executable)
@@ -292,7 +292,7 @@ atk_object_class_init (AtkObjectClass *klass)
                  NULL, NULL,
                  g_cclosure_marshal_VOID__UINT_POINTER,
                  G_TYPE_NONE,
-                 2, G_TYPE_UINT, ATK_TYPE_OBJECT);
+                 2, G_TYPE_UINT, G_TYPE_POINTER);
   atk_object_signals[FOCUS_EVENT] =
     g_signal_new ("focus_event",
                  G_TYPE_FROM_CLASS (klass),