geis.h | geis.h | |||
---|---|---|---|---|
skipping to change at line 473 | skipping to change at line 473 | |||
* | * | |||
* @{ | * @{ | |||
* | * | |||
* @def GEIS_INIT_UTOUCH_MOCK_BACKEND | * @def GEIS_INIT_UTOUCH_MOCK_BACKEND | |||
* | * | |||
* @def GEIS_INIT_UTOUCH_DBUS_BACKEND | * @def GEIS_INIT_UTOUCH_DBUS_BACKEND | |||
* | * | |||
* @def GEIS_INIT_UTOUCH_XCB_BACKEND | * @def GEIS_INIT_UTOUCH_XCB_BACKEND | |||
*/ | */ | |||
#define GEIS_INIT_UTOUCH_MOCK_BACKEND "com.canonical.utouch.backend.mock" | #define GEIS_INIT_UTOUCH_MOCK_BACKEND "com.canonical.utouch.backend.mock" | |||
#define GEIS_INIT_UTOUCH_DBUS_BACKEND "com.canonical.utouch.backend.dbus" | #define GEIS_INIT_UTOUCH_DBUS_BACKEND "com.canonical.utouch.backend.dbus" | |||
#define GEIS_INIT_UTOUCH_XCB_BACKEND "com.canonical.utouch.backend.xcb" | #define GEIS_INIT_UTOUCH_GRAIL_BACKEND "com.canonical.utouch.backend.grail" | |||
#define GEIS_INIT_UTOUCH_XCB_BACKEND "com.canonical.utouch.backend.xcb" | ||||
/* @} */ | /* @} */ | |||
/** | /** | |||
* Initializes an instance of the GEIS v2.0 API. | * Initializes an instance of the GEIS v2.0 API. | |||
* @ingroup geis_v2_geis | * @ingroup geis_v2_geis | |||
* @memberof Geis | * @memberof Geis | |||
* | * | |||
* @param[in] init_arg_name The name of an initializaer argument. | * @param[in] init_arg_name The name of an initializaer argument. | |||
* @param[in] ... The remaining initializaer arguments. | * @param[in] ... The remaining initializaer arguments. | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 4 lines changed or added | |||