Sha256: 008a4ee4f6c275407d5f8b7ada64ede17ef91f899e7f81b69ad3112ea4826040
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