GtkVnc.GrabSequence¶
Fields¶
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
keysyms  | 
r/w  | 
||
nkeysyms  | 
r/w  | 
Methods¶
class  | 
  | 
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Details¶
- class GtkVnc.GrabSequence¶
 - classmethod new(keysyms)¶
 - Parameters:
 keysyms ([
int]) – the keysym values- Returns:
 a new grab sequence object
- Return type:
 
Creates a new grab sequence from a list of keysym values
- classmethod new_from_string(str)¶
 - Parameters:
 str (
str) – string of keysym names- Returns:
 a new grab sequence object
- Return type:
 
Creates a new grab sequence from a list of keysym names
The returned struct must be freed by calling
GtkVnc.GrabSequence.freewhen no longer required
- as_string()¶
 - Returns:
 the grab sequence as a string
- Return type:
 
Convert the grab sequence to a string of keysym names
- copy()¶
 - Returns:
 the grab sequence
- Return type:
 
Allocate a new grab sequence struct, initalizing it with a copy of data from self
The returned struct must be freed by calling
GtkVnc.GrabSequence.freewhen no longer required
- free()¶
 Release memory associated with the grab sequence self.