![]() |
![]() |
![]() |
Libguestfs GObject Bindings Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
#include <guestfs-gobject.h>
struct GuestfsFstrim;
struct GuestfsFstrimClass;
GuestfsFstrim * guestfs_fstrim_new (void
);
"length" gint64 : Read / Write / Construct "minimumfreeextent" gint64 : Read / Write / Construct "offset" gint64 : Read / Write / Construct
struct GuestfsFstrim;
An object encapsulating optional arguments for guestfs_session_fstrim.
struct GuestfsFstrimClass { GObjectClass parent_class; };
A class metadata object for GuestfsFstrim.
GObjectClass |
The superclass of GuestfsFstrimClass |
GuestfsFstrim * guestfs_fstrim_new (void
);
Create a new GuestfsFstrim object
Returns : |
a new GuestfsFstrim object. [transfer full] |
"length"
property"length" gint64 : Read / Write / Construct
A 64-bit integer.
Default value: -1
"minimumfreeextent"
property"minimumfreeextent" gint64 : Read / Write / Construct
A 64-bit integer.
Default value: -1
"offset"
property"offset" gint64 : Read / Write / Construct
A 64-bit integer.
Default value: -1