mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-04 01:20:25 +00:00
![]() This allows us to show the devices in a GUI with a nice icon. Some of the icon mappings are not perfect and I'll be asking the GNOME designers for some additions to the icon specification. Custom vendor icons can also be specified, and /usr/share/fwupd/icons would be a good place to put them. If vendor icons are used they should show a physical device with the branding, rather than just the vendor logo. |
||
---|---|---|
.. | ||
fwupd-client.c | ||
fwupd-client.h | ||
fwupd-common-private.h | ||
fwupd-common.c | ||
fwupd-common.h | ||
fwupd-deprecated.h | ||
fwupd-device-private.h | ||
fwupd-device.c | ||
fwupd-device.h | ||
fwupd-enums-private.h | ||
fwupd-enums.c | ||
fwupd-enums.h | ||
fwupd-error.c | ||
fwupd-error.h | ||
fwupd-release-private.h | ||
fwupd-release.c | ||
fwupd-release.h | ||
fwupd-remote-private.h | ||
fwupd-remote.c | ||
fwupd-remote.h | ||
fwupd-result.c | ||
fwupd-result.h | ||
fwupd-self-test.c | ||
fwupd-version.h.in | ||
fwupd.h | ||
fwupd.map | ||
meson.build | ||
README.md |
Planned API Changes
When we next bump soname the following changes are planned:
- {sa{sv}} -> {a{sv}} -- we don't always want to send the device ID
- Rename FU_DEVICE_FLAG -> FWUPD_DEVICE_FLAG
- Remove all deprecated API
- Remove FWUPD_RESULT_KEY_DEVICE_CHECKSUM_KIND
- Rename GetDetailsLocal() -> GetDetails()
- Rename UpdateMetadataWithId() -> UpdateMetadata()
- Make DeviceAdded emit a FwupdDevice, not a FwupdResult
- Unexport fwupd_result_to_data() and fwupd_result_new_from_data()