Add a gesture to a gesture bucket.
#include <gestures/bucket.h>
int gestures_bucket_add(gestures_bucket_t *bucket, struct gesture_base *gesture)
A pointer to the gesture bucket.
A pointer to the gesture to add.
This function adds a gesture to a gestures bucket.
0 on success, or -1 on failure.