Skip to content

Commit

Permalink
added a note to mention the binding modifications.
Browse files Browse the repository at this point in the history
  • Loading branch information
hariharan-devarajan committed Oct 4, 2023
1 parent b676c9a commit 837c639
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,12 @@ In this case, tools can prioritize which tools go first or second at runtime to
If an tool uses multiple bindings then they have to set priority to different bindings identified using `tool_name` defined within the same tool.


.. attention::

The `gotcha_wrap` function modifies the `gotcha_binding_t wrap_actions[]` provided by the user.
GOTCHA does not create a copy of the binding functions and is the responsibility of the user to maintain this binding.


----------------------------
Set priority of tool binding
----------------------------
Expand Down

0 comments on commit 837c639

Please sign in to comment.