Function
Coglxlib_renderer_remove_filter
since: 13
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().
Available since: 13
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:
CoglXlibFilterFuncThe 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.