GuestfsISOInfo

GuestfsISOInfo

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsISOInfo;

Object Hierarchy

  GBoxed
   +----GuestfsISOInfo

Description

Details

struct GuestfsISOInfo

struct GuestfsISOInfo {
  gchar *iso_system_id;
  gchar *iso_volume_id;
  guint32 iso_volume_space_size;
  guint32 iso_volume_set_size;
  guint32 iso_volume_sequence_number;
  guint32 iso_logical_block_size;
  gchar *iso_volume_set_id;
  gchar *iso_publisher_id;
  gchar *iso_data_preparer_id;
  gchar *iso_application_id;
  gchar *iso_copyright_file_id;
  gchar *iso_abstract_file_id;
  gchar *iso_bibliographic_file_id;
  gint64 iso_volume_creation_t;
  gint64 iso_volume_modification_t;
  gint64 iso_volume_expiration_t;
  gint64 iso_volume_effective_t;
};

gchar *iso_system_id;

A NULL-terminated string

gchar *iso_volume_id;

A NULL-terminated string

guint32 iso_volume_space_size;

An unsigned 32-bit integer

guint32 iso_volume_set_size;

An unsigned 32-bit integer

guint32 iso_volume_sequence_number;

An unsigned 32-bit integer

guint32 iso_logical_block_size;

An unsigned 32-bit integer

gchar *iso_volume_set_id;

A NULL-terminated string

gchar *iso_publisher_id;

A NULL-terminated string

gchar *iso_data_preparer_id;

A NULL-terminated string

gchar *iso_application_id;

A NULL-terminated string

gchar *iso_copyright_file_id;

A NULL-terminated string

gchar *iso_abstract_file_id;

A NULL-terminated string

gchar *iso_bibliographic_file_id;

A NULL-terminated string

gint64 iso_volume_creation_t;

A signed 64-bit integer

gint64 iso_volume_modification_t;

A signed 64-bit integer

gint64 iso_volume_expiration_t;

A signed 64-bit integer

gint64 iso_volume_effective_t;

A signed 64-bit integer