gestures_bucket_del()

Remove a gesture from a gesture bucket.

Synopsis:

#include <gestures/bucket.h>
 
int gestures_bucket_del(gestures_bucket_t *bucket, uint_t idx)

Since:

BlackBerry 10.0.0

Arguments:

bucket

A pointer to the gesture bucket.

idx

The index of the gesture to delete.

Library:

libgestures (For the qcc command, use -l gestures to link against this library)

Description:

This function deletes the gesture at the specified index from the gesture bucket.

Returns:

0 on success, or -1 on failure.