Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Be explicit about what a return value is
  • Loading branch information
erlend-aasland committed Jun 23, 2023
commit e4959a346142674e666faf37b6988b328a5bdd0b
4 changes: 4 additions & 0 deletions developer-workflow/c-api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ Guidelines for expanding/changing the public API

Please start a public discussion if these guidelines won't work for your API.

.. note::

With *return value*, we mean the value returned by the *C return statement*.
Comment thread
erlend-aasland marked this conversation as resolved.
Outdated

C API Tests
-----------

Expand Down