mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
This API is an easier to use version of the existing guestfs_available, because the new API returns true/false instead of throwing an error when a feature from the list is not available. In truth we've had this implementation internally in the library and several tools and in Sys::Guestfs::Lib for a long time. This change just turns it into a publicly consumable API.