Skip to content

Commit

Permalink
Merge pull request #2824 from sparklemotion/flavorjones-migrate-node-…
Browse files Browse the repository at this point in the history
…set-to-typeddata-api

ext: migrate NodeSet to TypedData api
  • Loading branch information
flavorjones authored Mar 7, 2023
2 parents f7aa3b0 + 5a1abf9 commit 6814aa5
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 107 deletions.
1 change: 1 addition & 0 deletions ext/nokogiri/nokogiri.h
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ VALUE noko_xml_namespace_wrap_xpath_copy(xmlNsPtr node);
VALUE noko_xml_element_content_wrap(VALUE doc, xmlElementContentPtr element);

VALUE noko_xml_node_set_wrap(xmlNodeSetPtr node_set, VALUE document) ;
xmlNodeSetPtr noko_xml_node_set_unwrap(VALUE rb_node_set) ;

VALUE noko_xml_document_wrap_with_init_args(VALUE klass, xmlDocPtr doc, int argc, VALUE *argv);
VALUE noko_xml_document_wrap(VALUE klass, xmlDocPtr doc);
Expand Down
Loading

0 comments on commit 6814aa5

Please sign in to comment.