~oif-team/geis/client-arch

« back to all changes in this revision

Viewing changes to include/geis/geis.h

  • Committer: Stephen M. Webb
  • Date: 2011-10-17 21:52:08 UTC
  • mfrom: (197.1.9 autodiscover-backend)
  • Revision ID: stephen.webb@canonical.com-20111017215208-gk9v99iouh4d07do
Added back-end autodiscovery and failover.

The default back end is now DBus, with a fallback to XCB if the DBus server is not detected.

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
 * @{
1305
1305
 *
1306
1306
 * @param[in] gesture_class  The gesture class object.
1307
1307
 *
1308
 
 * 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
1309
1309
 * object is destroyed.
1310
1310
 */
1311
1311
GEIS_API void geis_gesture_class_unref(GeisGestureClass gesture_class);
1335
1335
GEIS_API GeisSize geis_gesture_class_attr_count(GeisGestureClass gesture_class);
1336
1336
 
1337
1337
/**
1338
 
 * Gets the indicated attribute of teh gesture class.
 
1338
 * Gets the indicated attribute of the gesture class.
1339
1339
 * @memberof GeisGestureClass
1340
1340
 *
1341
1341
 * @param[in] gesture_class  The gesture class object.