The bytes argument is fixed-sized array.
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
* Refer to the 12 byte data for the event.
*/
void alsaseq_event_fixed_get_byte_data(ALSASeqEventFixed *self,
- const guint8 **bytes)
+ const guint8 *bytes[12])
{
ALSASeqEvent *parent;
struct snd_seq_event *ev;
GError **error);
void alsaseq_event_fixed_get_byte_data(ALSASeqEventFixed *self,
- const guint8 **bytes);
+ const guint8 *bytes[12]);
void alsaseq_event_fixed_set_byte_data(ALSASeqEventFixed *self,
const guint8 bytes[12]);