GuestfsRsync

GuestfsRsync — An object encapsulating optional arguments for guestfs_session_rsync

Functions

Properties

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

Types and Values

Object Hierarchy

    GObject
    ╰── GuestfsRsync

Includes

#include <guestfs-gobject.h>

Description

An object encapsulating optional arguments for guestfs_session_rsync

Functions

guestfs_rsync_new ()

GuestfsRsync *
guestfs_rsync_new (void);

Create a new GuestfsRsync object

Returns

a new GuestfsRsync object.

[transfer full]

Types and Values

struct GuestfsRsync

struct GuestfsRsync;

An object encapsulating optional arguments for guestfs_session_rsync.


struct GuestfsRsyncClass

struct GuestfsRsyncClass {
  GObjectClass parent_class;
};

A class metadata object for GuestfsRsync.

Members

GObjectClass parent_class;

The superclass of GuestfsRsyncClass

 

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