GuestfsTune2FS

GuestfsTune2FS — An object encapsulating optional arguments for guestfs_session_tune2fs

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsTune2FS;
struct              GuestfsTune2FSClass;
GuestfsTune2FS *    guestfs_tune2fs_new                 (void);

Object Hierarchy

  GObject
   +----GuestfsTune2FS

Properties

  "errorbehavior"            gchar*                : Read / Write / Construct
  "force"                    GuestfsTristate       : Read / Write / Construct
  "group"                    gint64                : Read / Write / Construct
  "intervalbetweenchecks"    gint                  : Read / Write / Construct
  "lastmounteddirectory"     gchar*                : Read / Write / Construct
  "maxmountcount"            gint                  : Read / Write / Construct
  "mountcount"               gint                  : Read / Write / Construct
  "reservedblockscount"      gint64                : Read / Write / Construct
  "reservedblockspercentage" gint                  : Read / Write / Construct
  "user"                     gint64                : Read / Write / Construct

Description

An object encapsulating optional arguments for guestfs_session_tune2fs

Details

struct GuestfsTune2FS

struct GuestfsTune2FS;

An object encapsulating optional arguments for guestfs_session_tune2fs.


struct GuestfsTune2FSClass

struct GuestfsTune2FSClass {
  GObjectClass parent_class;
};

A class metadata object for GuestfsTune2FS.

GObjectClass parent_class;

The superclass of GuestfsTune2FSClass

guestfs_tune2fs_new ()

GuestfsTune2FS *    guestfs_tune2fs_new                 (void);

Create a new GuestfsTune2FS object

Returns :

a new GuestfsTune2FS object. [transfer full]

Property Details

The "errorbehavior" property

  "errorbehavior"            gchar*                : Read / Write / Construct

A string.

Default value: NULL


The "force" property

  "force"                    GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE


The "group" property

  "group"                    gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "intervalbetweenchecks" property

  "intervalbetweenchecks"    gint                  : Read / Write / Construct

A 32-bit integer.

Default value: -1


The "lastmounteddirectory" property

  "lastmounteddirectory"     gchar*                : Read / Write / Construct

A string.

Default value: NULL


The "maxmountcount" property

  "maxmountcount"            gint                  : Read / Write / Construct

A 32-bit integer.

Default value: -1


The "mountcount" property

  "mountcount"               gint                  : Read / Write / Construct

A 32-bit integer.

Default value: -1


The "reservedblockscount" property

  "reservedblockscount"      gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1


The "reservedblockspercentage" property

  "reservedblockspercentage" gint                  : Read / Write / Construct

A 32-bit integer.

Default value: -1


The "user" property

  "user"                     gint64                : Read / Write / Construct

A 64-bit integer.

Default value: -1