GuestfsCopyAttributes

GuestfsCopyAttributes — An object encapsulating optional arguments for guestfs_session_copy_attributes

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsCopyAttributes;
struct              GuestfsCopyAttributesClass;
GuestfsCopyAttributes * guestfs_copy_attributes_new     (void);

Object Hierarchy

  GObject
   +----GuestfsCopyAttributes

Properties

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

Description

An object encapsulating optional arguments for guestfs_session_copy_attributes

Details

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.

GObjectClass parent_class;

The superclass of GuestfsCopyAttributesClass

guestfs_copy_attributes_new ()

GuestfsCopyAttributes * guestfs_copy_attributes_new     (void);

Create a new GuestfsCopyAttributes object

Returns :

a new GuestfsCopyAttributes object. [transfer full]

Property Details

The "all" property

  "all"                      GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "mode" property

  "mode"                     GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "ownership" property

  "ownership"                GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "xattributes" property

  "xattributes"              GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE