derelict-util v1.9.0 (2014-12-30T14:19:05Z)
Home
Dub
Repo
XExtData
derelict
util
xtypes
Undocumented in source.
static if
(
Derelict_OS_Posix
)
struct
XExtData {
int
number
;
XExtData
*
next
;
extern (
C
)
int
function
(
XExtData
*)
free_private
;
XPointer
private_data
;
}
Members
Variables
free_private
int
function
(
XExtData
*)
free_private
;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
next
XExtData
*
next
;
Undocumented in source.
number
int
number
;
Undocumented in source.
private_data
XPointer
private_data
;
Undocumented in source.
Meta
Source
See Implementation
derelict
util
xtypes
aliases
Bool
Colormap
Cursor
Display
Drawable
Font
GContext
KeySym
Pixmap
Status
VisualID
Window
XID
XPointer
structs
Visual
XExtData
XVisualInfo