Sha256: a4a6ebfc941b70780f01a9cd5bc8f6cf732a5503de860a1530d28bb3e5f653a9
Contents?: true
Size: 310 Bytes
Versions: 40
Compression:
Stored size: 310 Bytes
Contents
/* Please see the LICENSE file for copyright and distribution information */ #ifndef __RXML_ATTR__ #define __RXML_ATTR__ extern VALUE cXMLAttr; void rxml_init_attr(void); VALUE rxml_attr_wrap(xmlAttrPtr xattr); VALUE rxml_attr_value_get(VALUE self); VALUE rxml_attr_value_set(VALUE self, VALUE val); #endif
Version data entries
40 entries across 40 versions & 1 rubygems