gestures_bucket_count()

Return the number of gestures in a gesture bucket.

Synopsis:

#include <gestures/bucket.h>
 
int gestures_bucket_count(gestures_bucket_t *bucket)

Since:

BlackBerry 10.0.0

Arguments:

bucket

A pointer to the gesture bucket.

Library:

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

Description:

This function returns the number of gestures in the specified gesture bucket.

Returns:

The number of gestures in the bucket.