GVirSandboxConfigMountHostImage

GVirSandboxConfigMountHostImage

Synopsis

struct              GVirSandboxConfigMountHostImage;
struct              GVirSandboxConfigMountHostImageClass;
GVirSandboxConfigMountHostImage * gvir_sandbox_config_mount_host_image_new
                                                        (const gchar *source,
                                                         const gchar *targetdir);

Object Hierarchy

  GObject
   +----GVirSandboxConfigMount
         +----GVirSandboxConfigMountFile
               +----GVirSandboxConfigMountHostImage

Description

Details

struct GVirSandboxConfigMountHostImage

struct GVirSandboxConfigMountHostImage;

struct GVirSandboxConfigMountHostImageClass

struct GVirSandboxConfigMountHostImageClass {
    GVirSandboxConfigMountFileClass parent_class;

    gpointer padding[LIBVIRT_SANDBOX_CLASS_PADDING];
};

gvir_sandbox_config_mount_host_image_new ()

GVirSandboxConfigMountHostImage * gvir_sandbox_config_mount_host_image_new
                                                        (const gchar *source,
                                                         const gchar *targetdir);

Create a new custom mount mapped to the directory targetdir

targetdir :

the target directory. [transfer none]

Returns :

a new sandbox mount object. [transfer full]