Rename ts_tree_total_size_point to ts_tree_offset_point
This commit is contained in:
parent
2669933d06
commit
ad58b752e6
3 changed files with 5 additions and 5 deletions
|
|
@ -54,7 +54,7 @@ char *ts_tree_string(const TSTree *tree, const char **names,
|
|||
|
||||
TSPoint ts_find_parent_offset_point(const TSTree *self);
|
||||
TSLength ts_tree_total_size(const TSTree *tree);
|
||||
TSPoint ts_tree_total_size_point(const TSTree *self);
|
||||
TSPoint ts_tree_offset_point(const TSTree *self);
|
||||
void ts_tree_prepend_children(TSTree *, size_t, TSTree **);
|
||||
void ts_tree_edit(TSTree *, TSInputEdit);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue