mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-03 15:10:52 +00:00
Add the update description to the GetDetails results
This commit is contained in:
parent
01d9ac56f0
commit
d449447fc8
@ -1418,6 +1418,12 @@ fu_main_daemon_method_call (GDBusConnection *connection, const gchar *sender,
|
||||
FU_DEVICE_KEY_LICENSE,
|
||||
g_variant_new_string (tmp));
|
||||
}
|
||||
tmp = as_release_get_description (rel, NULL);
|
||||
if (tmp != NULL) {
|
||||
g_variant_builder_add (&builder, "{sv}",
|
||||
FU_DEVICE_KEY_UPDATE_DESCRIPTION,
|
||||
g_variant_new_string (tmp));
|
||||
}
|
||||
g_variant_builder_add (&builder, "{sv}",
|
||||
FU_DEVICE_KEY_TRUSTED,
|
||||
g_variant_new_uint64 (trust_flags));
|
||||
|
Loading…
Reference in New Issue
Block a user