The type of bytes argument is fixed-sized array.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
* Get eight bytes as param of the queue event.
*/
void alsaseq_event_data_queue_get_byte_param(ALSASeqEventDataQueue *self,
- const guint8 **bytes)
+ const guint8 *bytes[8])
{
*bytes = self->param.d8;
}
const guint32 quadlets[2]);
void alsaseq_event_data_queue_get_byte_param(ALSASeqEventDataQueue *self,
- const guint8 **bytes);
+ const guint8 *bytes[8]);
void alsaseq_event_data_queue_set_byte_param(ALSASeqEventDataQueue *self,
const guint8 bytes[8]);