Function

GdkX11x11_lookup_xdisplay

deprecated: 4.18 

Declaration [src]

GdkDisplay*
gdk_x11_lookup_xdisplay (
  Display* xdisplay
)

Description [src]

Find the GdkDisplay corresponding to xdisplay, if any exists.

Deprecated since: 4.18

Please do not use it in newly written code.

Parameters

xdisplay

Type: Display

A pointer to an X Display.

The data is owned by the caller of the function.

Return value

Type: GdkX11Display

The GdkDisplay, if found, otherwise NULL.

The data is owned by the called function.