GuestfsUmount

GuestfsUmount — An object encapsulating optional arguments for guestfs_session_umount

Functions

Properties

GuestfsTristate force Read / Write / Construct
GuestfsTristate lazyunmount Read / Write / Construct

Types and Values

Object Hierarchy

    GObject
    ╰── GuestfsUmount

Includes

#include <guestfs-gobject.h>

Description

An object encapsulating optional arguments for guestfs_session_umount

Functions

guestfs_umount_new ()

GuestfsUmount *
guestfs_umount_new (void);

Create a new GuestfsUmount object

Returns

a new GuestfsUmount object.

[transfer full]

Types and Values

struct GuestfsUmount

struct GuestfsUmount;

An object encapsulating optional arguments for guestfs_session_umount.


struct GuestfsUmountClass

struct GuestfsUmountClass {
  GObjectClass parent_class;
};

A class metadata object for GuestfsUmount.

Members

GObjectClass parent_class;

The superclass of GuestfsUmountClass

 

Property Details

The “force” property

  “force”                    GuestfsTristate

A boolean.

Flags: Read / Write / Construct

Default value: GUESTFS_TRISTATE_NONE


The “lazyunmount” property

  “lazyunmount”              GuestfsTristate

A boolean.

Flags: Read / Write / Construct

Default value: GUESTFS_TRISTATE_NONE