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:
committed by
Matthias Clasen
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>
|
2003-02-15 Larry Ewing <lewing@ximian.com>
|
||||||
|
|
||||||
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
|
* 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>
|
2003-02-15 Larry Ewing <lewing@ximian.com>
|
||||||
|
|
||||||
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
|
* 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>
|
2003-02-15 Larry Ewing <lewing@ximian.com>
|
||||||
|
|
||||||
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
|
* 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>
|
2003-02-15 Larry Ewing <lewing@ximian.com>
|
||||||
|
|
||||||
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
|
* 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>
|
2003-02-15 Larry Ewing <lewing@ximian.com>
|
||||||
|
|
||||||
* gdk/gdkevents.c (gdk_event_copy): copy the event axes as well.
|
* 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_signal_new ("keys_changed",
|
||||||
G_OBJECT_CLASS_TYPE (object_class),
|
G_OBJECT_CLASS_TYPE (object_class),
|
||||||
G_SIGNAL_RUN_LAST,
|
G_SIGNAL_RUN_LAST,
|
||||||
G_STRUCT_OFFSET (GdkKeymapClass, direction_changed),
|
G_STRUCT_OFFSET (GdkKeymapClass, keys_changed),
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
g_cclosure_marshal_VOID__VOID,
|
g_cclosure_marshal_VOID__VOID,
|
||||||
G_TYPE_NONE,
|
G_TYPE_NONE,
|
||||||
|
|||||||
Reference in New Issue
Block a user