#include "privates.h"
/**
- * SECTION: event-data-tick
- * @Title: ALSATimerEventDataTick
- * @Short_description: A boxed object to represent event of timer with tick
- * count
+ * ALSATimerEventDataTick:
+ * A boxed object to represent event of timer with tick count.
*
- * A #ALSATimerEventDataTick is a boxed object to represent event of timer with
- * tick count.
+ * A [struct@EventDataTick] is a boxed object to represent event of timer with tick count.
*
- * The object wraps 'struct snd_timer_read' in UAPI of Linux sound subsystem.
+ * The object wraps `struct snd_timer_read` in UAPI of Linux sound subsystem.
*/
ALSATimerEventDataTick *timer_event_data_tick_copy(const ALSATimerEventDataTick *self)
{
/**
* alsatimer_event_data_tick_get_resolution:
- * @self: A #ALSATimerEventDataTick.
+ * @self: A [struct@EventDataTick].
* @resolution: (out): The resolution of tick event.
*
* Get the resolution of tick event.
/**
* alsatimer_event_data_tick_get_ticks:
- * @self: A #ALSATimerEventDataTick.
+ * @self: A [struct@EventDataTick].
* @ticks: (out): The tick count since the last event.
*
* Get the tick count since the last event.