forked from AuroraMiddleware/gtk
Document GDK_DISPLAY_XDISPLAY
This commit is contained in:
parent
6f82ba5e5e
commit
53522f3c25
@ -67,6 +67,14 @@ GDK_AVAILABLE_IN_3_94
|
||||
Cursor gdk_x11_display_get_xcursor (GdkDisplay *display,
|
||||
GdkCursor *cursor);
|
||||
|
||||
/**
|
||||
* GDK_DISPLAY_XDISPLAY:
|
||||
* @display: a #GdkDisplay
|
||||
*
|
||||
* Returns the display of a #GdkDisplay.
|
||||
*
|
||||
* Returns: an Xlib Display*
|
||||
*/
|
||||
#define GDK_DISPLAY_XDISPLAY(display) (gdk_x11_display_get_xdisplay (display))
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
|
Loading…
Reference in New Issue
Block a user