GdkWindowChildFunc

A function of this type is passed to gdk_window_invalidate_maybe_recurse(). It gets called for each child of the window to determine whether to recursively invalidate it or now.

alias GdkWindowChildFunc = int function(GdkWindow* window, void* userData)

Return Value

%TRUE to invalidate @window recursively

Meta