GuestfsGlobExpand

GuestfsGlobExpand — An object encapsulating optional arguments for guestfs_session_glob_expand

Synopsis

#include <guestfs-gobject.h>

struct              GuestfsGlobExpand;
struct              GuestfsGlobExpandClass;
GuestfsGlobExpand * guestfs_glob_expand_new             (void);

Object Hierarchy

  GObject
   +----GuestfsGlobExpand

Properties

  "directoryslash"           GuestfsTristate       : Read / Write / Construct

Description

An object encapsulating optional arguments for guestfs_session_glob_expand

Details

struct GuestfsGlobExpand

struct GuestfsGlobExpand;

An object encapsulating optional arguments for guestfs_session_glob_expand.


struct GuestfsGlobExpandClass

struct GuestfsGlobExpandClass {
  GObjectClass parent_class;
};

A class metadata object for GuestfsGlobExpand.

GObjectClass parent_class;

The superclass of GuestfsGlobExpandClass

guestfs_glob_expand_new ()

GuestfsGlobExpand * guestfs_glob_expand_new             (void);

Create a new GuestfsGlobExpand object

Returns :

a new GuestfsGlobExpand object. [transfer full]

Property Details

The "directoryslash" property

  "directoryslash"           GuestfsTristate       : Read / Write / Construct

A boolean.

Default value: GUESTFS_TRISTATE_NONE