Uses of Class
com.sun.jna.platform.unix.X11.AtomByReference

Packages that use X11.AtomByReference
com.sun.jna.platform.unix   
 

Uses of X11.AtomByReference in com.sun.jna.platform.unix
 

Methods in com.sun.jna.platform.unix with parameters of type X11.AtomByReference
 int X11.XGetWindowProperty(X11.Display display, X11.Window w, X11.Atom property, com.sun.jna.NativeLong long_offset, com.sun.jna.NativeLong long_length, boolean delete, X11.Atom reg_type, X11.AtomByReference actual_type_return, com.sun.jna.ptr.IntByReference actual_format_return, com.sun.jna.ptr.NativeLongByReference nitems_return, com.sun.jna.ptr.NativeLongByReference bytes_after_return, com.sun.jna.ptr.PointerByReference prop_return)