GVirSandboxConfigService

GVirSandboxConfigService — Service sandbox configuration details

Synopsis

#include <libvirt-sandbox/libvirt-sandbox.h>

struct              GVirSandboxConfigService;
struct              GVirSandboxConfigServiceClass;

Object Hierarchy

  GObject
   +----GVirSandboxConfig
         +----GVirSandboxConfigService
               +----GVirSandboxConfigServiceGeneric
               +----GVirSandboxConfigServiceSystemd

Description

Provides an object to store configuration details for a service config

The GVirSandboxConfigService object extends GVirSandboxConfig to store the extra information required to setup a service sandbox

Details

struct GVirSandboxConfigService

struct GVirSandboxConfigService;

struct GVirSandboxConfigServiceClass

struct GVirSandboxConfigServiceClass {
    GVirSandboxConfigClass parent_class;

    gpointer padding[LIBVIRT_SANDBOX_CLASS_PADDING];
};

See Also

GVirSandboxConfigService