aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-07-09 16:01:31 +0900
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>2023-07-09 16:04:35 +0900
commit682b89c5c770c29d1062eeb395d4eaeee164951f (patch)
tree21d2322e94143d5a7dc7d1e241837837ec262d26
parent00889611496f89efb3b404f07d1a3f0e3f47bfcd (diff)
downloadlibhinawa-682b89c5c770c29d1062eeb395d4eaeee164951f.tar.gz
fw_fcp: fix invalid version annotation for FwFcp.avc_transaction_with_tstamp()
Fix: 7e92924c04de ("fw_fcp: add variations of method for FCP transaction") Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
-rw-r--r--src/fw_fcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fw_fcp.c b/src/fw_fcp.c
index 93f8c24..cb41698 100644
--- a/src/fw_fcp.c
+++ b/src/fw_fcp.c
@@ -499,7 +499,7 @@ void hinawa_fw_fcp_avc_transaction(HinawaFwFcp *self, const guint8 *cmd, gsize c
* advance for the case.
*
* Returns: TRUE if the overall operation finishes successfully, otherwise FALSE.
- * Since: 2.1.
+ * Since: 2.6.
*/
gboolean hinawa_fw_fcp_avc_transaction_with_tstamp(HinawaFwFcp *self,
const guint8 *cmd, gsize cmd_size, guint8 **resp, gsize *resp_size,