mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
4562f1e028
commit
c69d7c02d0
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user