SpiceClientGtk.GrabSequence

Fields

None

Methods

class

new (keysyms)

class

new_from_string (str)

as_string ()

copy ()

free ()

Details

class SpiceClientGtk.GrabSequence

An opaque type that represents a grab sequence.

classmethod new(keysyms)
Parameters:

keysyms ([int]) – the keysym values

Returns:

a new grab sequence object

Return type:

SpiceClientGtk.GrabSequence

Creates a new grab sequence from a list of keysym values

classmethod new_from_string(str)
Parameters:

str (str) – a string of ‘+’ separated key names (ex: “Control_L+Alt_L”)

Returns:

a new SpiceClientGtk.GrabSequence.

Return type:

SpiceClientGtk.GrabSequence

Creates a new SpiceClientGtk.GrabSequence from the string representation.

as_string()
Returns:

a newly allocated string representing the key sequence

Return type:

str

Creates a string representing the self.

copy()
Returns:

a copy of self

Return type:

SpiceClientGtk.GrabSequence

Creates a copy of the self.

free()

Free self.