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