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 0f459fd commit e9eb0bb
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 @@ -193,7 +193,7 @@ G_GNUC_WARN_UNUSED_RESULT;
*
* @param artifact RArtifact to activate
* @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_activate(const RArtifact *artifact, const gchar *parent);

Expand Down

0 comments on commit e9eb0bb

Please sign in to comment.