aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-05-25 16:27:19 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2022-05-25 16:27:19 +0900
commit98e472e8735f01c4ea96eb7d0932ec0196ac9b85 (patch)
tree7def150f918ab82e6618c386607f1c6a5f2bbac8
parent5b9239affb2f1c3f0af519d375fe2a9f037779ae (diff)
downloadlibhinoko-98e472e8735f01c4ea96eb7d0932ec0196ac9b85.tar.gz
fw_iso_ctx: fix annotation for interface
Fixes: f2a2e7aaefc6 ("fw_iso_ctx: make it GObject Interface") Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/fw_iso_ctx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fw_iso_ctx.h b/src/fw_iso_ctx.h
index 448640a..10294e3 100644
--- a/src/fw_iso_ctx.h
+++ b/src/fw_iso_ctx.h
@@ -31,11 +31,11 @@ struct _HinokoFwIsoCtxInterface {
gboolean (*create_source)(HinokoFwIsoCtx *self, GSource **source, GError **error);
/**
- * HinokoFwIsoCtxClass::stopped:
+ * HinokoFwIsoCtxInterface::stopped:
* @self: A [iface@FwIsoCtx].
* @error: (transfer none) (nullable) (in): A [struct@GLib.Error].
*
- * Class closure for the [signal@FwIsoCtx::stopped] signal.
+ * Closure for the [signal@FwIsoCtx::stopped] signal.
*/
void (*stopped)(HinokoFwIsoCtx *self, const GError *error);
};