Function
GdkX11x11_lookup_xdisplay
Declaration [src]
GdkDisplay*
gdk_x11_lookup_xdisplay (
Display* xdisplay
)
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. |