Sha256: 41fa76d4992fe6d1067dc040bcbef51560fc9bd1a36bce1ce00998803a368ae9
Contents?: true
Size: 409 Bytes
Versions: 22
Compression:
Stored size: 409 Bytes
Contents
/* 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
22 entries across 22 versions & 1 rubygems