| GuestfsTristateGuestfsTristate — An object representing a tristate value |  | 
Object Hierarchy
    GEnum
    ╰── GuestfsTristate
 
Includes
#include <guestfs-gobject.h>
 
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.