When subclassing NotifyNotification and passing the summary though g_object_new(), with "summary" being another than the first construction property the assertion g_return_val_if_fail(summary != NULL && *summary != '\0', FALSE); in gboolean notify_notification_update(NotifyNotification *notification, const gchar *summary, const gchar *body, const gchar *icon) breaks.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.