gdk: Don't use NULL for integers

This commit is contained in:
Benjamin Otte 2010-12-15 11:52:33 +01:00
parent ce5dae6702
commit 88767b0af7

View File

@ -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);