Sha256: 16fa10b5d772f8ff623e561991ea8d42a95de43e5289247c30de4b9e23b6bd57
Contents?: true
Size: 456 Bytes
Versions: 18
Compression:
Stored size: 456 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 rxml_init_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
18 entries across 18 versions & 3 rubygems