Package uk.co.caprica.vlcj.binding
Interface LibX11
-
- All Superinterfaces:
com.sun.jna.Library
public interface LibX11 extends com.sun.jna.LibraryJNA interface to the Xlib native library.The only exposed API is that used to initialise XLib for multi-threaded access.
Usage is simple, at the start of an application:
int result = LibX11.INSTANCE.XInitThreads(); // "result" will be non-zero if the native library call succeeded
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intXInitThreads()Initialise Xlib support for concurrent threads.
-
-
-
Field Detail
-
INSTANCE
static final LibX11 INSTANCE
Native library instance.Conceivably Xlib could be present on Windows.
-
-