GuestfsRsyncIn

GuestfsRsyncIn — An object encapsulating optional arguments for guestfs_session_rsync_in

Functions

Properties

GuestfsTristate archive Read / Write / Construct
GuestfsTristate deletedest Read / Write / Construct

Types and Values

Object Hierarchy

    GObject
    ╰── GuestfsRsyncIn

Includes

#include <guestfs-gobject.h>

Description

An object encapsulating optional arguments for guestfs_session_rsync_in

Functions

guestfs_rsync_in_new ()

GuestfsRsyncIn *
guestfs_rsync_in_new (void);

Create a new GuestfsRsyncIn object

Returns

a new GuestfsRsyncIn object.

[transfer full]

Types and Values

struct GuestfsRsyncIn

struct GuestfsRsyncIn;

An object encapsulating optional arguments for guestfs_session_rsync_in.


struct GuestfsRsyncInClass

struct GuestfsRsyncInClass {
  GObjectClass parent_class;
};

A class metadata object for GuestfsRsyncIn.

Members

GObjectClass parent_class;

The superclass of GuestfsRsyncInClass

 

Property Details

The “archive” property

  “archive”                  GuestfsTristate

A boolean.

Flags: Read / Write / Construct

Default value: GUESTFS_TRISTATE_NONE


The “deletedest” property

  “deletedest”               GuestfsTristate

A boolean.

Flags: Read / Write / Construct

Default value: GUESTFS_TRISTATE_NONE