GuestfsIntBool

GuestfsIntBool

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsIntBool;

Object Hierarchy

  GBoxed
   +----GuestfsIntBool

Description

Details

struct GuestfsIntBool

struct GuestfsIntBool {
  gint32 i;
  gint32 b;
};

gint32 i;

A signed 32-bit integer

gint32 b;

A signed 32-bit integer