Method

GdkWindowpeek_children

Declaration [src]

GList*
gdk_window_peek_children (
  GdkWindow* window
)

Description [src]

Like gdk_window_get_children(), but does not copy the list of children, so the list does not need to be freed.

Return value

Type: A list of GdkWindow*

a reference to the list of child windows in `window`.
The returned data is owned by the instance.