Sha256: 738609e63f7d3298067a2c04af1eb61e6cd5b0499c9db3f2c58d2f39fcab2a84
Contents?: true
Size: 322 Bytes
Versions: 30
Compression:
Stored size: 322 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
30 entries across 30 versions & 1 rubygems