Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Medium-level API: Add various ext_state and corresponding changes. #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Levitanus
Copy link
Contributor

@Levitanus Levitanus commented Nov 18, 2022

set_ext_state
get_ext_state
has_ext_state
delete_ext_state
set_project_ext_state
set_project_ext_state_unchecked
get_project_ext_state
get_project_ext_state_unchecked
delete_project_ext_state — verbose function to pass empty string.
delete_project_ext_state_unchecked
enum_project_ext_state with EnumProjectExtStateResult
enum_project_ext_state_unchecked

As enum_project_ext_state expects two string buffers, also introduced: create_string_buffer
create_buffer

Covered with tests.

`set_ext_state`
`get_ext_state`
`has_ext_state`
`delete_ext_state`
`set_project_ext_state`
`set_project_ext_state_unchecked`
`get_project_ext_state`
`get_project_ext_state_unchecked`
`delete_project_ext_state` — verbose function to pass empty string.
`delete_project_ext_state_unchecked`
`enum_project_ext_state` with `EnumProjectExtStateResult`
`enum_project_ext_state_unchecked`

As `enum_project_ext_state` expects two string buffers, also introduced:
`create_string_buffer`
`create_buffer`

Covered with tests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant