Function

Coglxlib_renderer_remove_filter

Declaration [src]

void
cogl_xlib_renderer_remove_filter (
  CoglRenderer* renderer,
  CoglXlibFilterFunc func,
  void* data
)

Description [src]

Removes a callback that was previously added with cogl_xlib_renderer_add_filter().

This function is not directly available to language bindings.

Parameters

renderer

Type: CoglRenderer

A CoglRenderer.

The data is owned by the caller of the function.
func

Type: CoglXlibFilterFunc

The callback function.

data

Type: void*

User data given when the callback was installed.

The argument can be NULL.
The data is owned by the caller of the function.