Class
SpiceClientGtkGtkSession
Description [src]
final class SpiceClientGtk.GtkSession : GObject.Object
{
/* No available fields */
}
The SpiceGtkSession struct is opaque and should not be accessed directly.
Functions
spice_gtk_session_get
Gets the SpiceGtkSession associated with the passed in SpiceSession.
A new SpiceGtkSession instance will be created the first time this
function is called for a certain SpiceSession.
Properties
SpiceClientGtk.GtkSession:auto-clipboard
When this is true the clipboard gets automatically shared between host and guest.
since: 0.8
SpiceClientGtk.GtkSession:auto-usbredir
Automatically redirect newly plugged in USB devices. Note the auto
redirection only happens when a SpiceDisplay associated with the
session had keyboard focus.
since: 0.8
SpiceClientGtk.GtkSession:pointer-grabbed
Returns TRUE if the pointer is currently grabbed by this session.
since: 0.27
SpiceClientGtk.GtkSession:sync-modifiers
Automatically sync modifiers (Caps, Num and Scroll locks) with the guest.
since: 0.32
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.