GuestfsTristate

GuestfsTristate — An object representing a tristate value

Types and Values

Object Hierarchy

    GEnum
    ╰── GuestfsTristate

Includes

#include <guestfs-gobject.h>

Description

Functions

Types and Values

enum GuestfsTristate

An object representing a tristate: i.e. true, false, or unset. If a language binding has a native concept of true and false which also correspond to the integer values 1 and 0 respectively, these will also correspond to GUESTFS_TRISTATE_TRUE and GUESTFS_TRISTATE_FALSE.

Members

GUESTFS_TRISTATE_FALSE

False

 

GUESTFS_TRISTATE_TRUE

True

 

GUESTFS_TRISTATE_NONE

Unset