GuestfsTest0

GuestfsTest0 — An object encapsulating optional arguments for guestfs_session_test0

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsTest0;
struct              GuestfsTest0Class;
GuestfsTest0 *      guestfs_test0_new                   (void);

Object Hierarchy

  GObject
   +----GuestfsTest0

Properties

  "obool"                    GuestfsTristate       : Read / Write / Construct
  "oint"                     gint                  : Read / Write / Construct
  "oint64"                   gint64                : Read / Write / Construct
  "ostring"                  gchar*                : Read / Write / Construct

Description

An object encapsulating optional arguments for guestfs_session_test0

Details

struct GuestfsTest0

struct GuestfsTest0;

An object encapsulating optional arguments for guestfs_session_test0.


struct GuestfsTest0Class

struct GuestfsTest0Class {
  GObjectClass parent_class;
};

A class metadata object for GuestfsTest0.

GObjectClass parent_class;

The superclass of GuestfsTest0Class

guestfs_test0_new ()

GuestfsTest0 *      guestfs_test0_new                   (void);

Create a new GuestfsTest0 object

Returns :

a new GuestfsTest0 object. [transfer full]

Property Details

The "obool" property

  "obool"                    GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "oint" property

  "oint"                     gint                  : Read / Write / Construct

A 32-bit integer.

Default value: -1


The "oint64" property

  "oint64"                   gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "ostring" property

  "ostring"                  gchar*                : Read / Write / Construct

A string.

Default value: NULL