Associate the keys_changed virtual function with the keys_changed signal.

2003-02-19  Matthias Clasen  <maclas@gmx.de>

	* gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
	keys_changed virtual function with the keys_changed signal.
	(#106512, Jeff Franks)
This commit is contained in:
Matthias Clasen 2003-02-19 19:32:10 +00:00 committed by Matthias Clasen
parent 4562f1e028
commit c69d7c02d0
6 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2003-02-19 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
keys_changed virtual function with the keys_changed signal.
(#106512, Jeff Franks)
2003-02-15 Larry Ewing <lewing@ximian.com>
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.

View File

@ -1,3 +1,9 @@
2003-02-19 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
keys_changed virtual function with the keys_changed signal.
(#106512, Jeff Franks)
2003-02-15 Larry Ewing <lewing@ximian.com>
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.

View File

@ -1,3 +1,9 @@
2003-02-19 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
keys_changed virtual function with the keys_changed signal.
(#106512, Jeff Franks)
2003-02-15 Larry Ewing <lewing@ximian.com>
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.

View File

@ -1,3 +1,9 @@
2003-02-19 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
keys_changed virtual function with the keys_changed signal.
(#106512, Jeff Franks)
2003-02-15 Larry Ewing <lewing@ximian.com>
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.

View File

@ -1,3 +1,9 @@
2003-02-19 Matthias Clasen <maclas@gmx.de>
* gdk/gdkkeys.c (gdk_keymap_class_init): Associate the
keys_changed virtual function with the keys_changed signal.
(#106512, Jeff Franks)
2003-02-15 Larry Ewing <lewing@ximian.com>
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.

View File

@ -85,7 +85,7 @@ gdk_keymap_class_init (GdkKeymapClass *klass)
g_signal_new ("keys_changed",
G_OBJECT_CLASS_TYPE (object_class),
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GdkKeymapClass, direction_changed),
G_STRUCT_OFFSET (GdkKeymapClass, keys_changed),
NULL, NULL,
g_cclosure_marshal_VOID__VOID,
G_TYPE_NONE,