trivial: Add some links to the BDP and ESP defines

This commit is contained in:
Richard Hughes 2022-09-17 13:42:58 +01:00
parent e72ed08b56
commit b4f2d10562

View File

@ -16,7 +16,7 @@ G_DECLARE_FINAL_TYPE(FuVolume, fu_volume, FU, VOLUME, GObject)
/**
* FU_VOLUME_KIND_ESP:
*
* The GUID for the ESP.
* The GUID for the ESP, see: https://en.wikipedia.org/wiki/EFI_system_partition
*
* Since: 1.5.0
**/
@ -24,7 +24,7 @@ G_DECLARE_FINAL_TYPE(FuVolume, fu_volume, FU, VOLUME, GObject)
/**
* FU_VOLUME_KIND_BDP:
*
* The GUID for the BDP.
* The GUID for the BDP, see: https://en.wikipedia.org/wiki/Microsoft_basic_data_partition
*
* Since: 1.5.3
**/