GtkSession
Object Hierarchy:
Description:
[
CCode ( type_id =
"spice_gtk_session_get_type ()" ) ]
public class GtkSession :
Object
The GtkSession struct is opaque and should not be accessed directly.
Content:
Properties:
- public bool auto_clipboard { get; set construct; }
When this is true the clipboard gets automatically shared between host and
guest.
- public bool auto_usbredir { get; set construct; }
Automatically redirect newly plugged in USB devices.
- public bool pointer_grabbed { get; }
Returns true if the pointer is currently
grabbed by this session.
- public Session session { owned get; construct; }
Session
this GtkSession is associated with
- public bool sync_modifiers { get; set construct; }
Automatically sync modifiers (Caps, Num and Scroll locks) with the guest.
Static methods:
- public static unowned GtkSession @get (Session session)
Gets the GtkSession associated with the passed in
Session.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object