#include "privates.h"
/**
- * SECTION: event-data-note
- * @Title: ALSASeqEventDataNote
- * @Short_description: A boxed object to represent data of note event
+ * ALSASeqEventDataNote:
+ * A boxed object to represent data of note event.
*
- * A #ALSASeqEventDataNote is a boxed object to represent data of note event.
- * The instance of object is one of data properties in event.
+ * A [struct@EventDataNote] is a boxed object to represent data of note event. The instance of
+ * object is one of data properties in event.
*
- * The object wraps 'struct snd_seq_ev_note' in UAPI of Linux sound subsystem.
+ * The object wraps `struct snd_seq_ev_note` in UAPI of Linux sound subsystem.
*/
ALSASeqEventDataNote *seq_event_data_note_copy(const ALSASeqEventDataNote *self)
{
/**
* alsaseq_event_data_note_get_channel:
- * @self: A #ALSASeqEventDataNote.
+ * @self: A [struct@EventDataNote].
* @channel: (out): The value of channel in the note event.
*
* Get the value of channel in the note event.
/**
* alsaseq_event_data_note_set_channel:
- * @self: A #ALSASeqEventDataNote.
+ * @self: A [struct@EventDataNote].
* @channel: The value of channel for the note event.
*
* Set the value of channel for the note event.
/**
* alsaseq_event_data_note_get_note:
- * @self: A #ALSASeqEventDataNote.
+ * @self: A [struct@EventDataNote].
* @note: (out): The value of note in the note event.
*
* Get the value of note in the note event.
/**
* alsaseq_event_data_note_set_note:
- * @self: A #ALSASeqEventDataNote.
+ * @self: A [struct@EventDataNote].
* @note: The value of note for the note event.
*
* Set the value of note for the note event.
/**
* alsaseq_event_data_note_get_velocity:
- * @self: A #ALSASeqEventDataNote.
+ * @self: A [struct@EventDataNote].
* @velocity: (out): The value of velocity in the note event.
*
* Get the value of velocity in the note event.
/**
* alsaseq_event_data_note_set_velocity:
- * @self: A #ALSASeqEventDataNote.
+ * @self: A [struct@EventDataNote].
* @velocity: The value of note for the velocity event.
*
* Set the value of note for the velocity event.
/**
* alsaseq_event_data_note_get_off_velocity:
- * @self: A #ALSASeqEventDataNote.
+ * @self: A [struct@EventDataNote].
* @off_velocity: (out): The value of off-velocity in the note event.
*
* Get the value of off-velocity in the note event.
/**
* alsaseq_event_data_note_set_off_velocity:
- * @self: A #ALSASeqEventDataNote.
+ * @self: A [struct@EventDataNote].
* @off_velocity: The value of note for the off-velocity event.
*
* Set the value of note for the off-velocity event.
/**
* alsaseq_event_data_note_get_duration:
- * @self: A #ALSASeqEventDataNote.
+ * @self: A [struct@EventDataNote].
* @duration: (out): The value of duratino in the note event.
*
* Get the value of duration in the note event.
/**
* alsaseq_event_data_note_set_duration:
- * @self: A #ALSASeqEventDataNote.
+ * @self: A [struct@EventDataNote].
* @duration: The value of duration for the note event.
*
* Set the value of duration for the note event.