![]() |
![]() |
![]() |
Libvirt-sandbox Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <libvirt-sandbox/libvirt-sandbox.h> struct GVirSandboxContextGraphical; struct GVirSandboxContextGraphicalClass; GVirSandboxGraphics * gvir_sandbox_context_get_graphics (GVirSandboxContext *ctxt
); GVirSandboxContextGraphical * gvir_sandbox_context_graphical_new (GVirConnection *connection
,GVirSandboxConfigGraphical *config
);
Provides a base class for implementing graphical desktop application sandboxes
The GVirSandboxContextGraphical object extends the functionality provided by GVirSandboxContext to allow the application to display output in a graphical desktop.
struct GVirSandboxContextGraphicalClass { GVirSandboxContextClass parent_class; };
GVirSandboxGraphics * gvir_sandbox_context_get_graphics (GVirSandboxContext *ctxt
);
GVirSandboxContextGraphical * gvir_sandbox_context_graphical_new (GVirConnection *connection
,GVirSandboxConfigGraphical *config
);
Create a new graphical application sandbox context
|
the libvirt connection. [transfer none] |
|
the initial configuratoion. [transfer none] |
Returns : |
a new graphical sandbox context object. [transfer full] |