Skip to content
Commit 64754cb2 authored by Philip Withnall's avatar Philip Withnall
Browse files

signal-logger: Don’t pass NULL to G_VALUE_LCOPY()

While it may have previously worked, it’s not how the API was meant to
be used, and a change in GLib 2.66 means that it now causes a critical
warning to be emitted (see
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1505#note_984868

).

Fix that by using a custom version of `G_VALUE_LCOPY()`.

Signed-off-by: default avatarPhilip Withnall <pwithnall@endlessos.org>
parent 0c6454f4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment