GuestfsFstrim

GuestfsFstrim — An object encapsulating optional arguments for guestfs_session_fstrim

Functions

Properties

gint64 length Read / Write / Construct
gint64 minimumfreeextent Read / Write / Construct
gint64 offset Read / Write / Construct

Types and Values

Object Hierarchy

    GObject
    ╰── GuestfsFstrim

Includes

#include <guestfs-gobject.h>

Description

An object encapsulating optional arguments for guestfs_session_fstrim

Functions

guestfs_fstrim_new ()

GuestfsFstrim *
guestfs_fstrim_new (void);

Create a new GuestfsFstrim object

Returns

a new GuestfsFstrim object.

[transfer full]

Types and Values

struct GuestfsFstrim

struct GuestfsFstrim;

An object encapsulating optional arguments for guestfs_session_fstrim.


struct GuestfsFstrimClass

struct GuestfsFstrimClass {
  GObjectClass parent_class;
};

A class metadata object for GuestfsFstrim.

Members

GObjectClass parent_class;

The superclass of GuestfsFstrimClass

 

Property Details

The “length” property

  “length”                   gint64

A 64-bit integer.

Flags: Read / Write / Construct

Default value: -1


The “minimumfreeextent” property

  “minimumfreeextent”        gint64

A 64-bit integer.

Flags: Read / Write / Construct

Default value: -1


The “offset” property

  “offset”                   gint64

A 64-bit integer.

Flags: Read / Write / Construct

Default value: -1