Package common :: Module idle
[hide private]
[frames] | no frames]

Module idle

source code

Classes [hide private]
  XScreenSaverInfo
Functions [hide private]
 
getIdleSec() source code
 
close() source code
Variables [hide private]
  libX11path = 'libX11.so.6'
  libX11 = <CDLL 'libX11.so.6', handle 9ffe7c8 at acb1eec>
  libXsspath = 'libXss.so.1'
  libXss = <CDLL 'libXss.so.1', handle ace81e0 at acb1f2c>
  dpy_p = None
  _event_basep = ctypes.c_int()
  _error_basep = ctypes.c_int()
  xss_info_p = libXss.XScreenSaverAllocInfo()
  rootwindow = libX11.XDefaultRootWindow(dpy_p)
  xss_available = False
  e = OSError('Could not open X Display.',)

Imports: ctypes, XScreenSaverInfo_p, display_p, xid, c_int_p


Function Details [hide private]

getIdleSec()

source code 

close()

source code 

Variables Details [hide private]

libX11path

Value:
'libX11.so.6'

libX11

Value:
<CDLL 'libX11.so.6', handle 9ffe7c8 at acb1eec>

libXsspath

Value:
'libXss.so.1'

libXss

Value:
<CDLL 'libXss.so.1', handle ace81e0 at acb1f2c>

dpy_p

Value:
None

_event_basep

Value:
ctypes.c_int()

_error_basep

Value:
ctypes.c_int()

xss_info_p

Value:
libXss.XScreenSaverAllocInfo()

rootwindow

Value:
libX11.XDefaultRootWindow(dpy_p)

xss_available

Value:
False

e

Value:
OSError('Could not open X Display.',)