mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-15 04:23:21 +00:00
trivial: Fix warning: declared with a const-qualified typedef
This commit is contained in:
parent
2950f5fa3b
commit
8290e4d1ef
@ -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);
|
||||
|
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user