/**
* alsaseq_event_data_queue_get_skew_param:
* @self: A #ALSASeqEventDataQueue.
- * @skew: (array fixed-size=2)(out)(transfer none): The skew as param of the
- * queue event. The first element is for 'value' and another is for 'base'.
+ * @skew: (array fixed-size=2)(out)(transfer none): The array with two elements
+ * for numerator and denominator of fraction for skew.
*
- * Get the skew as param of the queue event.
+ * Refer to numerator and denominator of fraction for skew as the parameter of
+ * queue event.
*/
void alsaseq_event_data_queue_get_skew_param(ALSASeqEventDataQueue *self,
const guint *skew[2])
/**
* alsaseq_event_data_queue_set_skew_param:
* @self: A #ALSASeqEventDataQueue.
- * @skew: (array fixed-size=2)(transfer none): the skew as param of the queue
- * event. The first element is for 'value' and another is for 'base'.
+ * @skew: (array fixed-size=2)(transfer none): The array with two elements for
+ * numerator and denominator of fraction for skew.
*
- * Set the skew as param of the queue event.
+ * Copy numerator and denominator of fraction for skew from the given buffer as
+ * the parameter of queue event.
*/
void alsaseq_event_data_queue_set_skew_param(ALSASeqEventDataQueue *self,
const guint skew[2])
* @skew: (array fixed-size=2)(out)(transfer none): The array with two elements
* for numerator and denominator of fraction for skew.
*
- * Refer to numerator and denominator of skew.
+ * Refer to numerator and denominator of fraction for skew.
*/
void alsaseq_queue_tempo_get_skew(ALSASeqQueueTempo *self, const guint32 *skew[2])
{
* @skew: (array fixed-size=2)(transfer none): The array with two elements for
* numerator and denominator of fraction for skew.
*
- * Copy numerator and denominator of skew.
+ * Copy numerator and denominator of fraction for skew.
*/
void alsaseq_queue_tempo_set_skew(ALSASeqQueueTempo *self, const guint32 skew[2])
{