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