![]() |
![]() |
![]() |
Libvirt-sandbox Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct GVirSandboxConfigMountHostImage; struct GVirSandboxConfigMountHostImageClass; GVirSandboxConfigMountHostImage * gvir_sandbox_config_mount_host_image_new (const gchar *source
,const gchar *targetdir
);
GObject +----GVirSandboxConfigMount +----GVirSandboxConfigMountFile +----GVirSandboxConfigMountHostImage
struct GVirSandboxConfigMountHostImageClass { GVirSandboxConfigMountFileClass parent_class; gpointer padding[LIBVIRT_SANDBOX_CLASS_PADDING]; };
GVirSandboxConfigMountHostImage * gvir_sandbox_config_mount_host_image_new (const gchar *source
,const gchar *targetdir
);
Create a new custom mount mapped to the directory targetdir
|
the target directory. [transfer none] |
Returns : |
a new sandbox mount object. [transfer full] |