Sha256: 0d8f1543d39a331e83b4e8e59ad0ca713108be1a82a18bba89b0d81e607adaf9
Contents?: true
Size: 381 Bytes
Versions: 30
Compression:
Stored size: 381 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_NODE__ #define __RXML_NODE__ extern VALUE cXMLNode; void rxml_init_node(void); void rxml_node_mark(xmlNodePtr xnode); VALUE rxml_node_wrap(xmlNodePtr xnode); void rxml_node_manage(xmlNodePtr xnode, VALUE node); void rxml_node_unmanage(xmlNodePtr xnode, VALUE node); #endif
Version data entries
30 entries across 30 versions & 1 rubygems