~fginther/geis/geis-2.2.9.1

« back to all changes in this revision

Viewing changes to python/geis/geis_v2.py

  • Committer: Francis Ginther
  • Date: 2012-08-15 17:54:47 UTC
  • Revision ID: francis.ginther@canonical.com-20120815175447-5tc8slc57n8jqb8w
Rename project to simply geis

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
_EventCallback = ctypes.CFUNCTYPE(None, ctypes.c_void_p, ctypes.c_void_p,
55
55
                                  ctypes.py_object)
56
56
 
57
 
_geis_lib = ctypes.CDLL(ctypes.util.find_library("utouch-geis"))
 
57
_geis_lib = ctypes.CDLL(ctypes.util.find_library("geis"))
58
58
try:
59
59
    _geis_new = _geis_lib.geis_new
60
60
    _geis_new.restype = ctypes.c_void_p