Function

Gdkoffscreen_window_get_embedder

since: 2.18

Declaration [src]

GdkWindow*
gdk_offscreen_window_get_embedder (
  GdkWindow* window
)

Description [src]

Gets the window that window is embedded in.

Available since: 2.18

Parameters

window

Type: GdkWindow

A GdkWindow.

The data is owned by the caller of the function.

Return value

Type: GdkWindow

The embedding GdkWindow, or NULL if window is not an mbedded offscreen window.

The data is owned by the called function.
The return value can be NULL.