GuestfsCopyAttributes

GuestfsCopyAttributes — An object encapsulating optional arguments for guestfs_session_copy_attributes

Functions

Properties

GuestfsTristate all Read / Write / Construct
GuestfsTristate mode Read / Write / Construct
GuestfsTristate ownership Read / Write / Construct
GuestfsTristate xattributes Read / Write / Construct

Types and Values

Object Hierarchy

    GObject
    ╰── GuestfsCopyAttributes

Includes

#include <guestfs-gobject.h>

Description

An object encapsulating optional arguments for guestfs_session_copy_attributes

Functions

guestfs_copy_attributes_new ()

GuestfsCopyAttributes *
guestfs_copy_attributes_new (void);

Create a new GuestfsCopyAttributes object

Returns

a new GuestfsCopyAttributes object.

[transfer full]

Types and Values

struct GuestfsCopyAttributes

struct GuestfsCopyAttributes;

An object encapsulating optional arguments for guestfs_session_copy_attributes.


struct GuestfsCopyAttributesClass

struct GuestfsCopyAttributesClass {
  GObjectClass parent_class;
};

A class metadata object for GuestfsCopyAttributes.

Members

GObjectClass parent_class;

The superclass of GuestfsCopyAttributesClass

 

Property Details

The “all” property

  “all”                      GuestfsTristate

A boolean.

Flags: Read / Write / Construct

Default value: GUESTFS_TRISTATE_NONE


The “mode” property

  “mode”                     GuestfsTristate

A boolean.

Flags: Read / Write / Construct

Default value: GUESTFS_TRISTATE_NONE


The “ownership” property

  “ownership”                GuestfsTristate

A boolean.

Flags: Read / Write / Construct

Default value: GUESTFS_TRISTATE_NONE


The “xattributes” property

  “xattributes”              GuestfsTristate

A boolean.

Flags: Read / Write / Construct

Default value: GUESTFS_TRISTATE_NONE