~oif-team/geis/trunk

« back to all changes in this revision

Viewing changes to include/geis/geis.h

  • Committer: Stephen M. Webb
  • Date: 2011-10-18 20:30:02 UTC
  • mfrom: (158.1.42 client-arch)
  • Revision ID: stephen.webb@canonical.com-20111018203002-ne8h3n25fbey3fqr
Merged client-arch branch.

Provided a new DBus-client back end and a dbus-server facility.  Included a test driver for the server.  Made the DBus client the default back-end with an automatic fall back to the XCB back end for seamless support of existing client software.

Show diffs side-by-side

added added

removed removed

Lines of Context:
459
459
 * @name Vendor-defined Initialization Arguments
460
460
 *
461
461
 * @par
462
 
 * These initialization arguments are not a part of te GEIS specification and
 
462
 * These initialization arguments are not a part of the GEIS specification and
463
463
 * may change.
464
464
 *
465
465
 * @{
466
466
 *
467
 
 * @def GEIS_INIT_UTOUCH_MOCK_ENGINE
468
 
 *
469
 
 * @def GEIS_INIT_UTOUCH_XCB
 
467
 * @def GEIS_INIT_UTOUCH_MOCK_BACKEND
 
468
 *
 
469
 * @def GEIS_INIT_UTOUCH_DBUS_BACKEND
 
470
 *
 
471
 * @def GEIS_INIT_UTOUCH_XCB_BACKEND
470
472
 */
471
473
 
472
 
#define GEIS_INIT_UTOUCH_MOCK_ENGINE "com.canonical.utouch.mock.engine"
473
 
#define GEIS_INIT_UTOUCH_XCB         "com.canonical.utouch.xcb"
 
474
#define GEIS_INIT_UTOUCH_MOCK_BACKEND "com.canonical.utouch.backend.mock"
 
475
#define GEIS_INIT_UTOUCH_DBUS_BACKEND "com.canonical.utouch.backend.dbus"
 
476
#define GEIS_INIT_UTOUCH_XCB_BACKEND  "com.canonical.utouch.backend.xcb"
474
477
 
475
478
/* @} */
476
479
 
1302
1305
 *
1303
1306
 * @param[in] gesture_class  The gesture class object.
1304
1307
 *
1305
 
 * The reference count of teh object is decremented and, if it reaches zero, the
 
1308
 * The reference count of the object is decremented and, if it reaches zero, the
1306
1309
 * object is destroyed.
1307
1310
 */
1308
1311
GEIS_API void geis_gesture_class_unref(GeisGestureClass gesture_class);
1332
1335
GEIS_API GeisSize geis_gesture_class_attr_count(GeisGestureClass gesture_class);
1333
1336
 
1334
1337
/**
1335
 
 * Gets the indicated attribute of teh gesture class.
 
1338
 * Gets the indicated attribute of the gesture class.
1336
1339
 * @memberof GeisGestureClass
1337
1340
 *
1338
1341
 * @param[in] gesture_class  The gesture class object.