Package com.sun.jna.platform.unix
Interface X11.Xevie
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface com.sun.jna.LibraryLibrary.Handler
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static X11.XevieINSTANCEInstance of Xevie.static intXEVIE_MODIFIEDstatic intXEVIE_UNMODIFIED- 
Fields inherited from interface com.sun.jna.LibraryOPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_CLASSLOADER, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_OPEN_FLAGS, OPTION_STRING_ENCODING, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intXevieEnd(X11.Display display)booleanXevieQueryVersion(X11.Display display, IntByReference major_version, IntByReference minor_version)intXevieSelectInput(X11.Display display, NativeLong event_mask)intXevieSendEvent(X11.Display display, X11.XEvent event, int data_type)intXevieStart(X11.Display display)
 
- 
- 
- 
Field Detail- 
INSTANCEstatic final X11.Xevie INSTANCE Instance of Xevie. Note: This extension has been removed from xorg/xserver on Oct 22, 2008 because it is broken and maintainerless.
 - 
XEVIE_UNMODIFIEDstatic final int XEVIE_UNMODIFIED - See Also:
- Constant Field Values
 
 - 
XEVIE_MODIFIEDstatic final int XEVIE_MODIFIED - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
XevieQueryVersionboolean XevieQueryVersion(X11.Display display, IntByReference major_version, IntByReference minor_version) 
 - 
XevieStartint XevieStart(X11.Display display) 
 - 
XevieEndint XevieEnd(X11.Display display) 
 - 
XevieSendEventint XevieSendEvent(X11.Display display, X11.XEvent event, int data_type) 
 - 
XevieSelectInputint XevieSelectInput(X11.Display display, NativeLong event_mask) 
 
- 
 
-