Skip to content

Commit

Permalink
fixup! artifacts: add functions to enable/disable artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ejoerns committed Aug 20, 2024
1 parent e9eb0bb commit 6ad9596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/artifacts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 6ad9596

Please sign in to comment.