/**
* alsaseq_event_data_queue_get_byte_param:
* @self: A #ALSASeqEventDataQueue.
- * @bytes: (array fixed-size=8)(out)(transfer none): Eight bytes as param of the
- * queue event.
+ * @bytes: (array fixed-size=8)(out)(transfer none): The array with eight
+ * elements for bytes parameter of the queue event.
*
- * Get eight bytes as param of the queue event.
+ * Refer to eight bytes as the parameter of queue event.
*/
void alsaseq_event_data_queue_get_byte_param(ALSASeqEventDataQueue *self,
const guint8 *bytes[8])
/**
* alsaseq_event_data_queue_set_byte_param:
* @self: A #ALSASeqEventDataQueue.
- * @bytes: (array fixed-size=8)(transfer none): eight bytes as param of the
- * queue event.
+ * @bytes: (array fixed-size=8)(transfer none): The array with eight elements
+ * for bytes parameter of the queue event.
*
- * Set eight quadlets as param of the queue event.
+ * Copy eight bytes from the given buffer as the parameter of queue event.
*/
void alsaseq_event_data_queue_set_byte_param(ALSASeqEventDataQueue *self,
const guint8 bytes[8])
/**
* alsaseq_event_fixed_get_byte_data:
* @self: A #ALSASeqEventFixed.
- * @bytes: (array fixed-size=12)(out)(transfer none): The 12 byte data for the
- * event. The lifetime of the object is the same as the event itself.
+ * @bytes: (array fixed-size=12)(out)(transfer none): The array with twelve
+ * elements for byte data of the event.
*
- * Refer to the 12 byte data for the event.
+ * Refer to the twelve bytes as the data of event.
*/
void alsaseq_event_fixed_get_byte_data(ALSASeqEventFixed *self,
const guint8 *bytes[12])
/**
* alsaseq_event_fixed_set_byte_data:
* @self: A #ALSASeqEventFixed.
- * @bytes: (array fixed-size=12)(transfer none): The 12 byte data for the event.
+ * @bytes: (array fixed-size=12)(transfer none): The array with twelve elements
+ * for byte data of the event.
*
- * Copy the 12 byte data for the event.
+ * Copy the twelve bytes from the given buffer as the data of event.
*/
void alsaseq_event_fixed_set_byte_data(ALSASeqEventFixed *self,
const guint8 bytes[12])