GuestfsApplication

GuestfsApplication

Types and Values

Object Hierarchy

    GBoxed
    ╰── GuestfsApplication

Includes

#include <guestfs-gobject.h>

Description

Functions

Types and Values

struct GuestfsApplication

struct GuestfsApplication {
  gchar *app_name;
  gchar *app_display_name;
  gint32 app_epoch;
  gchar *app_version;
  gchar *app_release;
  gchar *app_install_path;
  gchar *app_trans_path;
  gchar *app_publisher;
  gchar *app_url;
  gchar *app_source_package;
  gchar *app_summary;
  gchar *app_description;
};

Members

gchar *app_name;

A NULL-terminated string

 

gchar *app_display_name;

A NULL-terminated string

 

gint32 app_epoch;

A signed 32-bit integer

 

gchar *app_version;

A NULL-terminated string

 

gchar *app_release;

A NULL-terminated string

 

gchar *app_install_path;

A NULL-terminated string

 

gchar *app_trans_path;

A NULL-terminated string

 

gchar *app_publisher;

A NULL-terminated string

 

gchar *app_url;

A NULL-terminated string

 

gchar *app_source_package;

A NULL-terminated string

 

gchar *app_summary;

A NULL-terminated string

 

gchar *app_description;

A NULL-terminated string