Method
GdkKeyEventget_match
Declaration [src]
gboolean
gdk_key_event_get_match (
  GdkEvent* event,
  guint* keyval,
  GdkModifierType* modifiers
)
Parameters
- keyval
- 
            Type: guint*Return location for a keyval. The argument will be set by the function. 
- modifiers
- 
            Type: GdkModifierTypeReturn location for modifiers. The argument will be set by the function. The instance takes ownership of the data, and is responsible for freeing it.