geis.h | geis.h | |||
---|---|---|---|---|
skipping to change at line 23 | skipping to change at line 23 | |||
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License f or | * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License f or | |||
* more details. | * more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License along with | * You should have received a copy of the GNU General Public License along with | |||
* this program; if not, write to the Free Software Foundation, Inc., 51 | * this program; if not, write to the Free Software Foundation, Inc., 51 | |||
* Franklin St, Fifth Floor, Boston, MA 02110-1301 US | * Franklin St, Fifth Floor, Boston, MA 02110-1301 US | |||
*/ | */ | |||
#ifndef GEIS_GEIS_H_ | #ifndef GEIS_GEIS_H_ | |||
#define GEIS_GEIS_H_ | #define GEIS_GEIS_H_ | |||
#ifdef __cplusplus | ||||
extern "C" { | ||||
#endif | ||||
#define GEIS_VERSION_1_0 1 | #define GEIS_VERSION_1_0 1 | |||
#include <geis/geisimpl.h> | #include <geis/geisimpl.h> | |||
/* Standard fundamental gestures */ | /* Standard fundamental gestures */ | |||
#define GEIS_GESTURE_DRAG "Drag" | #define GEIS_GESTURE_DRAG "Drag" | |||
#define GEIS_GESTURE_PINCH "Pinch" | #define GEIS_GESTURE_PINCH "Pinch" | |||
#define GEIS_GESTURE_ROTATE "Rotate" | #define GEIS_GESTURE_ROTATE "Rotate" | |||
#define GEIS_GESTURE_TAP "Tap" | #define GEIS_GESTURE_TAP "Tap" | |||
skipping to change at line 386 | skipping to change at line 390 | |||
* | * | |||
* @param[in] geis_instance an opaque pointer to a geis gesture subscri ption | * @param[in] geis_instance an opaque pointer to a geis gesture subscri ption | |||
* instance | * instance | |||
* @param[in] gesture_list a null-terminated list of gesture types | * @param[in] gesture_list a null-terminated list of gesture types | |||
*/ | */ | |||
GEIS_API GeisStatus geis_unsubscribe(GeisInstance geis_instance, | GEIS_API GeisStatus geis_unsubscribe(GeisInstance geis_instance, | |||
GeisGestureType *gesture_list); | GeisGestureType *gesture_list); | |||
/* @} */ | /* @} */ | |||
#ifdef __cplusplus | ||||
} // extern "C" | ||||
#endif | ||||
#endif /* GEIS_GEIS_H_ */ | #endif /* GEIS_GEIS_H_ */ | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added | |||