| Top |  |  |  |  | 
| OsinfoImage * | osinfo_image_new () | 
| const gchar * | osinfo_image_get_architecture () | 
| const gchar * | osinfo_image_get_format () | 
| const gchar * | osinfo_image_get_url () | 
| gboolean | osinfo_image_get_cloud_init () | 
| OsinfoOs * | osinfo_image_get_os () | 
| void | osinfo_image_set_os () | 
| OsinfoOsVariantList * | osinfo_image_get_os_variants () | 
| #define | OSINFO_TYPE_IMAGE | 
| #define | OSINFO_IMAGE_PROP_ARCHITECTURE | 
| #define | OSINFO_IMAGE_PROP_FORMAT | 
| #define | OSINFO_IMAGE_PROP_URL | 
| #define | OSINFO_IMAGE_PROP_CLOUD_INIT | 
| #define | OSINFO_IMAGE_PROP_VARIANT | 
OsinfoImage * osinfo_image_new (const gchar *id,const gchar *architecture,const gchar *format);
const gchar *
osinfo_image_get_architecture (OsinfoImage *image);
Retrieves the target hardware architecture of the OS image
 provides.
Since: 1.3.0
const gchar *
osinfo_image_get_format (OsinfoImage *image);
The format of the image
Since: 1.3.0
const gchar *
osinfo_image_get_url (OsinfoImage *image);
The URL to the image
Since: 1.3.0
gboolean
osinfo_image_get_cloud_init (OsinfoImage *image);
Whether image
 supports cloud init customizations
Since: 1.3.0
void osinfo_image_set_os (OsinfoImage *image,OsinfoOs *os);
Sets the OsinfoOs associated to the OsinfoImage instance.
Since: 1.5.0