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:
parent
cf2f667318
commit
d29c11ba8d
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue