diff --git a/libfwupd/fwupd-client.c b/libfwupd/fwupd-client.c index d5f4c52d8..20515af62 100644 --- a/libfwupd/fwupd-client.c +++ b/libfwupd/fwupd-client.c @@ -397,7 +397,7 @@ fwupd_client_set_battery_threshold(FwupdClient *self, guint32 battery_threshold) static void fwupd_client_properties_changed_cb(GDBusProxy *proxy, GVariant *changed_properties, - const GStrv invalidated_properties, + GStrv invalidated_properties, FwupdClient *self) { FwupdClientPrivate *priv = GET_PRIVATE(self); diff --git a/libfwupdplugin/fu-bluez-device.c b/libfwupdplugin/fu-bluez-device.c index d90d33ffc..b38868f52 100644 --- a/libfwupdplugin/fu-bluez-device.c +++ b/libfwupdplugin/fu-bluez-device.c @@ -87,7 +87,7 @@ fu_bluez_device_get_uuid_helper(FuBluezDevice *self, const gchar *uuid, GError * static void fu_bluez_device_signal_cb(GDBusProxy *proxy, GVariant *changed_properties, - const GStrv invalidated_properties, + GStrv invalidated_properties, FuBluezDeviceUuidHelper *uuid_helper) { g_signal_emit(uuid_helper->self, signals[SIGNAL_CHANGED], 0, uuid_helper->uuid); diff --git a/plugins/upower/fu-upower-plugin.c b/plugins/upower/fu-upower-plugin.c index 8eb4c107f..4a105d327 100644 --- a/plugins/upower/fu-upower-plugin.c +++ b/plugins/upower/fu-upower-plugin.c @@ -112,7 +112,7 @@ fu_upower_plugin_rescan_manager(FuPlugin *plugin) static void fu_upower_plugin_proxy_changed_cb(GDBusProxy *proxy, GVariant *changed_properties, - const GStrv invalidated_properties, + GStrv invalidated_properties, FuPlugin *plugin) { fu_upower_plugin_rescan_manager(plugin);