From 6ad9596a1f0c7ceda8170fc48781277b91672e36 Mon Sep 17 00:00:00 2001 From: Enrico Joerns Date: Tue, 20 Aug 2024 13:17:57 +0200 Subject: [PATCH] fixup! artifacts: add functions to enable/disable artifacts --- include/artifacts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/artifacts.h b/include/artifacts.h index 969f87eb9..f09fb3e29 100644 --- a/include/artifacts.h +++ b/include/artifacts.h @@ -204,6 +204,6 @@ void r_artifact_activate(const RArtifact *artifact, const gchar *parent); * * @param artifact RArtifact to deactivate * @param parent NULL or name of the parent slot - * @param error a GError, or NULL + * @param[out] error Return location for a GError, or NULL */ void r_artifact_deactivate(const RArtifact *artifact, const gchar *parent);