| Libguestfs GObject Bindings Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
GuestfsGlobExpandGuestfsGlobExpand — An object encapsulating optional arguments for guestfs_session_glob_expand |
#include <guestfs-gobject.h>
struct GuestfsGlobExpand;
struct GuestfsGlobExpandClass;
GuestfsGlobExpand * guestfs_glob_expand_new (void);
struct GuestfsGlobExpand;
An object encapsulating optional arguments for guestfs_session_glob_expand.
struct GuestfsGlobExpandClass {
GObjectClass parent_class;
};
A class metadata object for GuestfsGlobExpand.
GuestfsGlobExpand * guestfs_glob_expand_new (void);
Create a new GuestfsGlobExpand object
Returns : |
a new GuestfsGlobExpand object. [transfer full] |
"directoryslash" property"directoryslash" GuestfsTristate : Read / Write / Construct
A boolean.
Default value: GUESTFS_TRISTATE_NONE