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
commit91d2c71cdc880aa1897a4139517040760aed983d (patch)
tree380f3fb5fa2fe861e62f76f8c966bc8e8640c42d
parent054bd5ebb38862f0ce4c74bbe2c37e77f3c60f2a (diff)
downloadlibhinoko-91d2c71cdc880aa1897a4139517040760aed983d.tar.gz
fw_iso_rx_multiple: fulfill annotation for property
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/fw_iso_rx_multiple.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/fw_iso_rx_multiple.c b/src/fw_iso_rx_multiple.c
index 1903206..4a322f7 100644
--- a/src/fw_iso_rx_multiple.c
+++ b/src/fw_iso_rx_multiple.c
@@ -76,9 +76,14 @@ static void hinoko_fw_iso_rx_multiple_class_init(HinokoFwIsoRxMultipleClass *kla
fw_iso_ctx_class_override_properties(gobject_class);
+ /**
+ * HinokoFwIsoRxMultiple:channels:
+ *
+ * The array with elements to express isochronous channels to be listened to.
+ */
g_object_class_install_property(gobject_class, FW_ISO_RX_MULTIPLE_PROP_TYPE_CHANNELS,
g_param_spec_boxed("channels", "channels",
- "The array with elements to represent "
+ "The array with elements to express "
"channels to be listened to",
G_TYPE_BYTE_ARRAY,
G_PARAM_READABLE));