Sha256: 6d1326776c4d3d6c6b5dc8a6162a5898d302d47a247323734efccf6188d9c644
Contents?: true
Size: 484 Bytes
Versions: 14
Compression:
Stored size: 484 Bytes
Contents
/* $Id: ruby_xml_attributes.h 282 2008-07-01 06:44:30Z cfis $ */ /* Please see the LICENSE file for copyright and distribution information */ #ifndef __RUBY_XML_ATTRIBUTES__ #define __RUBY_XML_ATTRIBUTES__ extern VALUE cXMLAttributesibutes; void ruby_init_xml_attributes(void); VALUE ruby_xml_attributes_new(xmlNodePtr xnode); VALUE ruby_xml_attributes_attribute_get(VALUE self, VALUE name); VALUE ruby_xml_attributes_attribute_set(VALUE self, VALUE name, VALUE value); #endif
Version data entries
14 entries across 14 versions & 1 rubygems