And fix the registration of the signal. It's been way too long since I worked with gtk in C. Or not long enough.

This commit is contained in:
Christian Hammond 2008-09-26 01:51:01 +00:00
parent cf2f667318
commit d29c11ba8d
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ notify_notification_class_init(NotifyNotificationClass *klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET(NotifyNotificationClass, closed),
NULL, NULL,
g_cclosure_marshal_VOID__UINT, G_TYPE_NONE, 1, G_TYPE_INT);
g_cclosure_marshal_VOID__VOID, G_TYPE_NONE, 0);
g_object_class_install_property(object_class, PROP_ID,
g_param_spec_int("id", "ID",