Method
GdkWindowremove_filter
Declaration [src]
void
gdk_window_remove_filter (
GdkWindow* window,
GdkFilterFunc function,
gpointer data
)
Description [src]
Remove a filter previously added with gdk_window_add_filter().
This method is not directly available to language bindings.
Parameters
function
-
Type:
GdkFilterFunc
Previously-added filter function.
data
-
Type:
gpointer
User data for previously-added filter function.
The argument can be NULL
.The data is owned by the caller of the method.