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
commit02988c209f10a4b4de95bac4d2df55882309c665 (patch)
tree2fcb569bbea9b05c2cd1c8f36745b4b93df72078
parent98e472e8735f01c4ea96eb7d0932ec0196ac9b85 (diff)
downloadlibhinoko-02988c209f10a4b4de95bac4d2df55882309c665.tar.gz
fw_iso_resource: fix annotation for interface
Fixes: 2a8eec492132 ("fw_iso_resource: make it GObject interface") Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/fw_iso_resource.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fw_iso_resource.h b/src/fw_iso_resource.h
index b23ecbb..42e4e9a 100644
--- a/src/fw_iso_resource.h
+++ b/src/fw_iso_resource.h
@@ -26,14 +26,14 @@ struct _HinokoFwIsoResourceInterface {
gboolean (*create_source)(HinokoFwIsoResource *self, GSource **source, GError **error);
/**
- * HinokoFwIsoResourceClass::allocated:
+ * HinokoFwIsoResourceInterface::allocated:
* @self: A [iface@FwIsoResource].
* @channel: The deallocated channel number.
* @bandwidth: The deallocated amount of bandwidth.
* @error: (transfer none) (nullable) (in): A [struct@GLib.Error]. Error can be generated
* with domain of Hinoko.FwIsoResourceError and its EVENT code.
*
- * Class closure for the [signal@FwIsoResource::allocated] signal.
+ * Closure for the [signal@FwIsoResource::allocated] signal.
*
* Since: 0.7.
*/
@@ -41,14 +41,14 @@ struct _HinokoFwIsoResourceInterface {
guint bandwidth, const GError *error);
/**
- * HinokoFwIsoResourceClass::deallocated:
+ * HinokoFwIsoResourceInterface::deallocated:
* @self: A [iface@FwIsoResource].
* @channel: The deallocated channel number.
* @bandwidth: The deallocated amount of bandwidth.
* @error: (transfer none) (nullable) (in): A [struct@GLib.Error]. Error can be generated
* with domain of Hinoko.FwIsoResourceError and its EVENT code.
*
- * Class closure for the [signal@FwIsoResource::deallocated] signal.
+ * Closure for the [signal@FwIsoResource::deallocated] signal.
*
* Since: 0.7.
*/