Function
GdkX11x11_lookup_xdisplay
since: 2.2
Declaration [src]
GdkDisplay*
gdk_x11_lookup_xdisplay (
Display* xdisplay
)
Description [src]
Find the GdkDisplay
corresponding to xdisplay
, if any exists.
Available since: 2.2
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. |