Virtual Method

MetaPluginxevent_filter

Declaration [src]

gboolean
xevent_filter (
  MetaPlugin* plugin,
  XEvent* event
)

Description [src]

Virtual function called when handling each event.

Parameters

event XEvent*
  No description available.
 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if the plugin handled the event type (i.e., if the return value is FALSE, there will be no subsequent call to the manager completed() callback, and the compositor must ensure that any appropriate post-effect cleanup is carried out.