![]() |
![]() |
![]() |
Libguestfs GObject Bindings Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GuestfsCopyAttributesGuestfsCopyAttributes — An object encapsulating optional arguments for guestfs_session_copy_attributes |
#include <guestfs-gobject.h>
struct GuestfsCopyAttributes;
struct GuestfsCopyAttributesClass;
GuestfsCopyAttributes * guestfs_copy_attributes_new (void
);
"all" GuestfsTristate : Read / Write / Construct "mode" GuestfsTristate : Read / Write / Construct "ownership" GuestfsTristate : Read / Write / Construct "xattributes" GuestfsTristate : Read / Write / Construct
struct GuestfsCopyAttributes;
An object encapsulating optional arguments for guestfs_session_copy_attributes.
struct GuestfsCopyAttributesClass { GObjectClass parent_class; };
A class metadata object for GuestfsCopyAttributes.
GuestfsCopyAttributes * guestfs_copy_attributes_new (void
);
Create a new GuestfsCopyAttributes object
Returns : |
a new GuestfsCopyAttributes object. [transfer full] |
"all"
property"all" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE
"mode"
property"mode" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE
"ownership"
property"ownership" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE
"xattributes"
property"xattributes" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE