GuestfsMkfsOpts

GuestfsMkfsOpts — An object encapsulating optional arguments for guestfs_session_mkfs_opts

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsMkfsOpts;
struct              GuestfsMkfsOptsClass;
GuestfsMkfsOpts *   guestfs_mkfs_opts_new               (void);

Object Hierarchy

  GObject
   +----GuestfsMkfsOpts

Properties

  "blocksize"                gint                  : Read / Write / Construct
  "features"                 gchar*                : Read / Write / Construct
  "inode"                    gint                  : Read / Write / Construct
  "sectorsize"               gint                  : Read / Write / Construct

Description

An object encapsulating optional arguments for guestfs_session_mkfs_opts

Details

struct GuestfsMkfsOpts

struct GuestfsMkfsOpts;

An object encapsulating optional arguments for guestfs_session_mkfs_opts.


struct GuestfsMkfsOptsClass

struct GuestfsMkfsOptsClass {
  GObjectClass parent_class;
};

A class metadata object for GuestfsMkfsOpts.

GObjectClass parent_class;

The superclass of GuestfsMkfsOptsClass

guestfs_mkfs_opts_new ()

GuestfsMkfsOpts *   guestfs_mkfs_opts_new               (void);

Create a new GuestfsMkfsOpts object

Returns :

a new GuestfsMkfsOpts object. [transfer full]

Property Details

The "blocksize" property

  "blocksize"                gint                  : Read / Write / Construct

A 32-bit integer.

Default value: -1


The "features" property

  "features"                 gchar*                : Read / Write / Construct

A string.

Default value: NULL


The "inode" property

  "inode"                    gint                  : Read / Write / Construct

A 32-bit integer.

Default value: -1


The "sectorsize" property

  "sectorsize"               gint                  : Read / Write / Construct

A 32-bit integer.

Default value: -1