Method

GdkWindowget_children_with_user_data

since: 3.10

Declaration [src]

GList*
gdk_window_get_children_with_user_data (
  GdkWindow* window,
  gpointer user_data
)

Description [src]

Gets the list of children of window known to GDK with a particular user_data set on it.

The returned list must be freed, but the elements in the list need not be.

The list is returned in (relative) stacking order, i.e. the lowest window is first.

Available since: 3.10

Parameters

user_data

Type: gpointer

User data to look for.

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

Return value

Type: A list of GdkWindow*

list of child windows inside `window`.
The caller of the method takes ownership of the returned data container, but not the data inside it.