Skip to content

Commit

Permalink
fix!: Rename accesskit_builder_set_text_selection to `accesskit_nod…
Browse files Browse the repository at this point in the history
…e_builder_set_text_selection` (#407)
  • Loading branch information
mwcampbell authored May 11, 2024
1 parent 64857e8 commit 79eb0a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/c/src/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ opt_struct! { opt_text_selection, text_selection }
property_getters! { text_selection, opt_text_selection }
impl node_builder {
#[no_mangle]
pub extern "C" fn accesskit_builder_set_text_selection(
pub extern "C" fn accesskit_node_builder_set_text_selection(
builder: *mut node_builder,
value: text_selection,
) {
Expand Down

0 comments on commit 79eb0a4

Please sign in to comment.