![]() |
![]() |
![]() |
Libguestfs GObject Bindings Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
GuestfsTune2FSGuestfsTune2FS — An object encapsulating optional arguments for guestfs_session_tune2fs |
#include <guestfs-gobject.h>
struct GuestfsTune2FS;
struct GuestfsTune2FSClass;
GuestfsTune2FS * guestfs_tune2fs_new (void
);
"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
struct GuestfsTune2FS;
An object encapsulating optional arguments for guestfs_session_tune2fs.
struct GuestfsTune2FSClass { GObjectClass parent_class; };
A class metadata object for GuestfsTune2FS.
GObjectClass |
The superclass of GuestfsTune2FSClass |
GuestfsTune2FS * guestfs_tune2fs_new (void
);
Create a new GuestfsTune2FS object
Returns : |
a new GuestfsTune2FS object. [transfer full] |
"errorbehavior"
property"errorbehavior" gchar* : Read / Write / Construct
A string.
Default value: NULL
"force"
property"force" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE
"intervalbetweenchecks"
property"intervalbetweenchecks" gint : Read / Write / Construct
A 32-bit integer.
Default value: -1
"lastmounteddirectory"
property"lastmounteddirectory" gchar* : Read / Write / Construct
A string.
Default value: NULL
"maxmountcount"
property"maxmountcount" gint : Read / Write / Construct
A 32-bit integer.
Default value: -1
"mountcount"
property"mountcount" gint : Read / Write / Construct
A 32-bit integer.
Default value: -1
"reservedblockscount"
property"reservedblockscount" gint64 : Read / Write / Construct
A 64-bit integer.
Default value: -1
"reservedblockspercentage"
property"reservedblockspercentage" gint : Read / Write / Construct
A 32-bit integer.
Default value: -1