mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 13:11:13 +00:00
gdk: Don't use NULL for integers
This commit is contained in:
parent
ce5dae6702
commit
88767b0af7
@ -268,7 +268,7 @@ gdk_device_class_init (GdkDeviceClass *klass)
|
||||
g_signal_new (g_intern_static_string ("changed"),
|
||||
G_TYPE_FROM_CLASS (object_class),
|
||||
G_SIGNAL_RUN_LAST,
|
||||
NULL, NULL, NULL,
|
||||
0, NULL, NULL,
|
||||
g_cclosure_marshal_VOID__VOID,
|
||||
G_TYPE_NONE, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user