Spice.GrabSequence – spice-client-gtk-3.0 Reference Manual
Packages
spice-client-gtk-3.0
Spice
GrabSequence
GrabSequence
GrabSequence.from_string
as_string
copy
free
GrabSequence
Object Hierarchy:
Description:
[
CCode
( copy_function =
"g_boxed_copy"
, free_function =
"g_boxed_free"
, type_id =
"spice_grab_sequence_get_type ()"
) ]
[
Compact
]
public
class
GrabSequence
An opaque type that represents a grab sequence.
Namespace:
Spice
Package:
spice-client-gtk-3.0
Content:
Creation methods:
public
GrabSequence
(
uint
[] keysyms)
Creates a new grab sequence from a list of keysym values
public
GrabSequence.from_string
(
string
str)
Creates a new
GrabSequence
from the string representation.
Methods:
public
string
as_string
()
Creates a string representing the
this
.
public
GrabSequence
copy
()
Creates a copy of the
this
.
public
void
free
()
Free
this
.