Virtual Method

MetaPluginkeybinding_filter

Declaration [src]

gboolean
keybinding_filter (
  MetaPlugin* plugin,
  MetaKeyBinding* binding
)

Description [src]

Virtual function called when handling each keybinding.

Parameters

binding MetaKeyBinding
 

A MetaKeyBinding.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the plugin handled the keybinding.