Function
GtkVncGrabSequencenew
Declaration [src]
VncGrabSequence*
vnc_grab_sequence_new (
  guint nkeysyms,
  guint* keysyms
)
Parameters
- nkeysyms
- 
            Type: guintLength of keysyms.
- keysyms
- 
            Type: An array of guintThe keysym values. The length of the array is specified in the nkeysymsargument.The data is owned by the caller of the function. 
Return value
Type: VncGrabSequence
A new grab sequence object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |