aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-12-14 20:09:18 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-12-14 20:10:38 +0900
commit3f66a57e3a74b6e1df012a1d115ccbb947cf59cf (patch)
tree6ff848ca0406c8d55415012e89eec791f45a646d
parent1c91b8ea6e312bfd588869c437e91fd025b912c3 (diff)
downloadlibhinoko-3f66a57e3a74b6e1df012a1d115ccbb947cf59cf.tar.gz
fw_iso_ctx: fix FTBFS with gi-docgen 2023.3
Debian project detects FTBFS in libhinawa 4.0.0 package with gi-docgen 2023.3. This commit fixes it. Reference: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1058521 Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/fw_iso_ctx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw_iso_ctx.c b/src/fw_iso_ctx.c
index d4a0a34..281b454 100644
--- a/src/fw_iso_ctx.c
+++ b/src/fw_iso_ctx.c
@@ -121,7 +121,7 @@ static void hinoko_fw_iso_ctx_default_init(HinokoFwIsoCtxInterface *iface)
*
* Returns: TRUE if the overall operation finishes successfully, otherwise FALSE.
*
- * Since: 1.0.
+ * Since: 1.0
*/
gboolean hinoko_fw_iso_ctx_read_cycle_time(HinokoFwIsoCtx *self, gint clock_id,
HinawaCycleTime **cycle_time, GError **error)