| Libguestfs GObject Bindings Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
#include <guestfs-gobject.h>
struct GuestfsTarIn;
struct GuestfsTarInClass;
GuestfsTarIn * guestfs_tar_in_new (void);
"acls" GuestfsTristate : Read / Write / Construct "compress" gchar* : Read / Write / Construct "selinux" GuestfsTristate : Read / Write / Construct "xattrs" GuestfsTristate : Read / Write / Construct
struct GuestfsTarIn;
An object encapsulating optional arguments for guestfs_session_tar_in.
struct GuestfsTarInClass {
GObjectClass parent_class;
};
A class metadata object for GuestfsTarIn.
GuestfsTarIn * guestfs_tar_in_new (void);
Create a new GuestfsTarIn object
Returns : |
a new GuestfsTarIn object. [transfer full] |
"acls" property"acls" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE
"selinux" property"selinux" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE
"xattrs" property"xattrs" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE