trivial: Fix warning: declared with a const-qualified typedef

This commit is contained in:
Richard Hughes 2023-02-12 20:15:36 +00:00
parent 2950f5fa3b
commit 8290e4d1ef
3 changed files with 3 additions and 3 deletions

View File

@ -397,7 +397,7 @@ fwupd_client_set_battery_threshold(FwupdClient *self, guint32 battery_threshold)
static void static void
fwupd_client_properties_changed_cb(GDBusProxy *proxy, fwupd_client_properties_changed_cb(GDBusProxy *proxy,
GVariant *changed_properties, GVariant *changed_properties,
const GStrv invalidated_properties, GStrv invalidated_properties,
FwupdClient *self) FwupdClient *self)
{ {
FwupdClientPrivate *priv = GET_PRIVATE(self); FwupdClientPrivate *priv = GET_PRIVATE(self);

View File

@ -87,7 +87,7 @@ fu_bluez_device_get_uuid_helper(FuBluezDevice *self, const gchar *uuid, GError *
static void static void
fu_bluez_device_signal_cb(GDBusProxy *proxy, fu_bluez_device_signal_cb(GDBusProxy *proxy,
GVariant *changed_properties, GVariant *changed_properties,
const GStrv invalidated_properties, GStrv invalidated_properties,
FuBluezDeviceUuidHelper *uuid_helper) FuBluezDeviceUuidHelper *uuid_helper)
{ {
g_signal_emit(uuid_helper->self, signals[SIGNAL_CHANGED], 0, uuid_helper->uuid); g_signal_emit(uuid_helper->self, signals[SIGNAL_CHANGED], 0, uuid_helper->uuid);

View File

@ -112,7 +112,7 @@ fu_upower_plugin_rescan_manager(FuPlugin *plugin)
static void static void
fu_upower_plugin_proxy_changed_cb(GDBusProxy *proxy, fu_upower_plugin_proxy_changed_cb(GDBusProxy *proxy,
GVariant *changed_properties, GVariant *changed_properties,
const GStrv invalidated_properties, GStrv invalidated_properties,
FuPlugin *plugin) FuPlugin *plugin)
{ {
fu_upower_plugin_rescan_manager(plugin); fu_upower_plugin_rescan_manager(plugin);