/**
* alsaseq_event_data_queue_get_quadlet_param:
* @self: A #ALSASeqEventDataQueue.
- * @quadlets: (array fixed-size=2)(out)(transfer none): Two quadlets as param of
- * the queue event.
+ * @quadlets: (array fixed-size=2)(out)(transfer none): The array with two
+ * elements for quadlets as the parameter of queue event.
*
- * Get two quadlets as param of the queue event.
+ * Refer to two quadlets as the parameter of queue event.
*/
void alsaseq_event_data_queue_get_quadlet_param(ALSASeqEventDataQueue *self,
const guint32 *quadlets[2])
/**
* alsaseq_event_data_queue_set_quadlet_param:
* @self: A #ALSASeqEventDataQueue.
- * @quadlets: (array fixed-size=2)(transfer none): Two quadlets as param of the
- * queue event.
+ * @quadlets: (array fixed-size=2)(transfer none): The array with two elements
+ * for quadlets as the parameter of queue event.
*
- * Set two quadlets as param of the queue event.
+ * Set two quadlets from the given buffer as the parameter of queue event.
*/
void alsaseq_event_data_queue_set_quadlet_param(ALSASeqEventDataQueue *self,
const guint32 quadlets[2])
/**
* alsaseq_event_fixed_get_quadlet_data:
* @self: A #ALSASeqEventFixed.
- * @quadlets: (array fixed-size=3)(out)(transfer none): The 3 quadlet data for
- * the event. The lifetime of the object is the same as the event
- * itself.
+ * @quadlets: (array fixed-size=3)(out)(transfer none): The array with three
+ * elements for quadlets as the data of event.
*
- * Get the 3 quadlet data for the event.
+ * Refer to three quadlet as the data of event.
*/
void alsaseq_event_fixed_get_quadlet_data(ALSASeqEventFixed *self,
const guint32 *quadlets[3])
/**
* alsaseq_event_fixed_set_quadlet_data:
* @self: A #ALSASeqEventFixed.
- * @quadlets: (array fixed-size=3)(transfer none): The 3 quadlet data for the
- * event.
+ * @quadlets: (array fixed-size=3)(transfer none): The array with three elements
+ * for quadlets for the data of event.
*
- * Copy the 3 quadlet data for the event.
+ * Copy three quadlets from the given buffer as the data of event.
*/
void alsaseq_event_fixed_set_quadlet_data(ALSASeqEventFixed *self,
const guint32 quadlets[3])