Hi! I see there's support for getting and setting partition type UUIDs, but only read support for partition UUIDs.
>From a quick glance at the code, I feel like it should be relatively straightforward to add such a support: add a `ped_partition_set_uuid` to libparted/disk.c, and look at what other things were added with `ped_partition_set_uuid` in daceb2d6 and with `ped_partition_set_type_uuid` in 61b3a973. Does that sound about right? Should I give that a try, and send a patch here for review? Thanks, Kirill